com.hedera.hashgraph.sdk.proto.TokenCancelAirdropTransactionBodyOrBuilder 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_cancel_airdrop.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
public interface TokenCancelAirdropTransactionBodyOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.TokenCancelAirdropTransactionBody)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* 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 referenced 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;
*/
java.util.List
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 referenced 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;
*/
com.hedera.hashgraph.sdk.proto.PendingAirdropId getPendingAirdrops(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.
* <p>
* This transaction MUST be signed by the account referenced 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;
*/
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 referenced 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;
*/
java.util.List extends com.hedera.hashgraph.sdk.proto.PendingAirdropIdOrBuilder>
getPendingAirdropsOrBuilderList();
/**
*
**
* 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 referenced 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;
*/
com.hedera.hashgraph.sdk.proto.PendingAirdropIdOrBuilder getPendingAirdropsOrBuilder(
int index);
}