com.hederahashgraph.api.proto.java.TokenClaimAirdropTransactionBodyOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: token_claim_airdrop.proto
package com.hederahashgraph.api.proto.java;
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.hederahashgraph.api.proto.java.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.hederahashgraph.api.proto.java.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.hederahashgraph.api.proto.java.PendingAirdropIdOrBuilder getPendingAirdropsOrBuilder(
int index);
}