Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Interface TokenClaimAirdropTransactionBodyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
TokenClaimAirdropTransactionBody,TokenClaimAirdropTransactionBody.Builder
@Generated
public interface TokenClaimAirdropTransactionBodyOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetPendingAirdrops(int index) * A list of one or more pending airdrop identifiers.int* A list of one or more pending airdrop identifiers.* A list of one or more pending airdrop identifiers.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. <p> This transaction MUST be signed by the account identified by the `receiver_id` for each entry in this list.<br/> This list MUST contain between 1 and 10 entries, inclusive.<br/> This list MUST NOT have any duplicate entries.
repeated .proto.PendingAirdropId pending_airdrops = 1; -
getPendingAirdrops
* A list of one or more pending airdrop identifiers. <p> This transaction MUST be signed by the account identified by the `receiver_id` for each entry in this list.<br/> This list MUST contain between 1 and 10 entries, inclusive.<br/> This list MUST NOT have any duplicate entries.
repeated .proto.PendingAirdropId pending_airdrops = 1; -
getPendingAirdropsCount
int getPendingAirdropsCount()* A list of one or more pending airdrop identifiers. <p> This transaction MUST be signed by the account identified by the `receiver_id` for each entry in this list.<br/> This list MUST contain between 1 and 10 entries, inclusive.<br/> This list MUST NOT have any duplicate entries.
repeated .proto.PendingAirdropId pending_airdrops = 1;
-