Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Interface CryptoDeleteAllowanceTransactionBodyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
CryptoDeleteAllowanceTransactionBody,CryptoDeleteAllowanceTransactionBody.Builder
@Generated
public interface CryptoDeleteAllowanceTransactionBodyOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetNftAllowances(int index) * List of non-fungible/unique token allowances to remove.int* List of non-fungible/unique token allowances to remove.* List of non-fungible/unique token allowances to remove.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getNftAllowancesList
List<NftRemoveAllowance> getNftAllowancesList()* List of non-fungible/unique token allowances to remove. <p> This list MUST NOT be empty.
repeated .proto.NftRemoveAllowance nftAllowances = 2; -
getNftAllowances
* List of non-fungible/unique token allowances to remove. <p> This list MUST NOT be empty.
repeated .proto.NftRemoveAllowance nftAllowances = 2; -
getNftAllowancesCount
int getNftAllowancesCount()* List of non-fungible/unique token allowances to remove. <p> This list MUST NOT be empty.
repeated .proto.NftRemoveAllowance nftAllowances = 2;
-