All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hedera.hashgraph.sdk.proto.TokenCancelAirdropTransactionBodyOrBuilder Maven / Gradle / Ivy

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 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); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy