Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
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 Summary
Modifier and TypeMethodDescriptiongetCryptoAllowances(int index) * List of hbar allowances approved by the account owner.int* List of hbar allowances approved by the account owner.* List of hbar allowances approved by the account owner.getNftAllowances(int index) * List of non-fungible token allowances approved by the account owner.int* List of non-fungible token allowances approved by the account owner.* List of non-fungible token allowances approved by the account owner.getTokenAllowances(int index) * List of fungible token allowances approved by the account owner.int* List of fungible token allowances approved by the account owner.* List of fungible token allowances approved by the account owner.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
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
* 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
* 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
* 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;
-