com.hederahashgraph.api.proto.java.TokenCancelAirdropTransactionBodyOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: token_cancel_airdrop.proto
package com.hederahashgraph.api.proto.java;
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.hederahashgraph.api.proto.java.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.hederahashgraph.api.proto.java.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.hederahashgraph.api.proto.java.PendingAirdropIdOrBuilder getPendingAirdropsOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy