com.hedera.hashgraph.sdk.proto.TokenClaimAirdropTransactionBodyOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-full Show documentation
Show all versions of sdk-full Show documentation
Hedera™ Hashgraph SDK for Java
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: token_claim_airdrop.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
public interface TokenClaimAirdropTransactionBodyOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.TokenClaimAirdropTransactionBody)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* 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;
*/
java.util.List
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;
*/
com.hedera.hashgraph.sdk.proto.PendingAirdropId getPendingAirdrops(int index);
/**
*
**
* 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;
*/
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;
*/
java.util.List extends com.hedera.hashgraph.sdk.proto.PendingAirdropIdOrBuilder>
getPendingAirdropsOrBuilderList();
/**
*
**
* 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;
*/
com.hedera.hashgraph.sdk.proto.PendingAirdropIdOrBuilder getPendingAirdropsOrBuilder(
int index);
}