BalanceKey
Identifies the balance for one coin type owned by an address.
input BalanceKey {
address: SuiAddress!
coinType: String!
}
Fields
BalanceKey.address ● SuiAddress! non-null scalar
The address that owns the balance.
BalanceKey.coinType ● String! non-null scalar
The coin type of the balance.
Member Of
multiGetBalances query