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 Type
    Method
    Description
    getTokenBalances(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

      TokenBalance getTokenBalances(int index)
       *
       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;