interface GetTokenBalanceParams {
    account: string;
    token: TokenWithChainDetails;
}

Properties

Properties

account: string

The address for which we will find out the token balance