Interface CryptoApproveAllowanceTransactionBodyOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
CryptoApproveAllowanceTransactionBody, CryptoApproveAllowanceTransactionBody.Builder

@Generated public interface CryptoApproveAllowanceTransactionBodyOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Details

    • getCryptoAllowancesList

      List<CryptoAllowance> getCryptoAllowancesList()
       *
       List of hbar allowances approved by the account owner.
       <p>
       This list MAY be empty, provided at least one other list is
       not empty.
       
      repeated .proto.CryptoAllowance cryptoAllowances = 1;
    • getCryptoAllowances

      CryptoAllowance getCryptoAllowances(int index)
       *
       List of hbar allowances approved by the account owner.
       <p>
       This list MAY be empty, provided at least one other list is
       not empty.
       
      repeated .proto.CryptoAllowance cryptoAllowances = 1;
    • getCryptoAllowancesCount

      int getCryptoAllowancesCount()
       *
       List of hbar allowances approved by the account owner.
       <p>
       This list MAY be empty, provided at least one other list is
       not empty.
       
      repeated .proto.CryptoAllowance cryptoAllowances = 1;
    • getNftAllowancesList

      List<NftAllowance> getNftAllowancesList()
       *
       List of non-fungible token allowances approved by the account owner.
       <p>
       This list MAY be empty, provided at least one other list is
       not empty.
       
      repeated .proto.NftAllowance nftAllowances = 2;
    • getNftAllowances

      NftAllowance getNftAllowances(int index)
       *
       List of non-fungible token allowances approved by the account owner.
       <p>
       This list MAY be empty, provided at least one other list is
       not empty.
       
      repeated .proto.NftAllowance nftAllowances = 2;
    • getNftAllowancesCount

      int getNftAllowancesCount()
       *
       List of non-fungible token allowances approved by the account owner.
       <p>
       This list MAY be empty, provided at least one other list is
       not empty.
       
      repeated .proto.NftAllowance nftAllowances = 2;
    • getTokenAllowancesList

      List<TokenAllowance> getTokenAllowancesList()
       *
       List of fungible token allowances approved by the account owner.
       <p>
       This list MAY be empty, provided at least one other list is
       not empty.
       
      repeated .proto.TokenAllowance tokenAllowances = 3;
    • getTokenAllowances

      TokenAllowance getTokenAllowances(int index)
       *
       List of fungible token allowances approved by the account owner.
       <p>
       This list MAY be empty, provided at least one other list is
       not empty.
       
      repeated .proto.TokenAllowance tokenAllowances = 3;
    • getTokenAllowancesCount

      int getTokenAllowancesCount()
       *
       List of fungible token allowances approved by the account owner.
       <p>
       This list MAY be empty, provided at least one other list is
       not empty.
       
      repeated .proto.TokenAllowance tokenAllowances = 3;