Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Interface TokenCancelAirdropTransactionBodyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
TokenCancelAirdropTransactionBody,TokenCancelAirdropTransactionBody.Builder
@Generated
public interface TokenCancelAirdropTransactionBodyOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetPendingAirdrops(int index) * A list of one or more pending airdrop identifiers.<br/> This list declares the set of pending airdrop entries that the client wishes to cancel; on success all listed pending airdrop entries will be removed.int* A list of one or more pending airdrop identifiers.<br/> This list declares the set of pending airdrop entries that the client wishes to cancel; on success all listed pending airdrop entries will be removed.* A list of one or more pending airdrop identifiers.<br/> This list declares the set of pending airdrop entries that the client wishes to cancel; on success all listed pending airdrop entries will be removed.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getPendingAirdropsList
List<PendingAirdropId> getPendingAirdropsList()* A list of one or more pending airdrop identifiers.<br/> This list declares the set of pending airdrop entries that the client wishes to cancel; on success all listed pending airdrop entries will be removed. <p> This transaction MUST be signed by the account identified by a `sender_id` for each entry in this list.<br/> This list MUST NOT have any duplicate entries.<br/> This list MUST contain between 1 and 10 entries, inclusive.
repeated .proto.PendingAirdropId pending_airdrops = 1; -
getPendingAirdrops
* A list of one or more pending airdrop identifiers.<br/> This list declares the set of pending airdrop entries that the client wishes to cancel; on success all listed pending airdrop entries will be removed. <p> This transaction MUST be signed by the account identified by a `sender_id` for each entry in this list.<br/> This list MUST NOT have any duplicate entries.<br/> This list MUST contain between 1 and 10 entries, inclusive.
repeated .proto.PendingAirdropId pending_airdrops = 1; -
getPendingAirdropsCount
int getPendingAirdropsCount()* A list of one or more pending airdrop identifiers.<br/> This list declares the set of pending airdrop entries that the client wishes to cancel; on success all listed pending airdrop entries will be removed. <p> This transaction MUST be signed by the account identified by a `sender_id` for each entry in this list.<br/> This list MUST NOT have any duplicate entries.<br/> This list MUST contain between 1 and 10 entries, inclusive.
repeated .proto.PendingAirdropId pending_airdrops = 1;
-