interface TokenBalance {
    amount: TokenAmount;
    token: Token;
}

Properties

Properties

amount: TokenAmount
token: Token