Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Interface TokenBalancesOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
TokenBalances,TokenBalances.Builder
@Generated
public interface TokenBalancesOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetTokenBalances(int index) * A list of token balance values.<br/> Each entry represents a single account balance for a single token.int* A list of token balance values.<br/> Each entry represents a single account balance for a single token.* A list of token balance values.<br/> Each entry represents a single account balance for a single token.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getTokenBalancesList
List<TokenBalance> getTokenBalancesList()* A list of token balance values.<br/> Each entry represents a single account balance for a single token.
repeated .proto.TokenBalance tokenBalances = 1; -
getTokenBalances
* A list of token balance values.<br/> Each entry represents a single account balance for a single token.
repeated .proto.TokenBalance tokenBalances = 1; -
getTokenBalancesCount
int getTokenBalancesCount()* A list of token balance values.<br/> Each entry represents a single account balance for a single token.
repeated .proto.TokenBalance tokenBalances = 1;
-