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

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

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: token_airdrop.proto

// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;

public interface TokenAirdropTransactionBodyOrBuilder extends
    // @@protoc_insertion_point(interface_extends:proto.TokenAirdropTransactionBody)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   **
   * A list of token transfers representing one or more airdrops.
   * The sender for each transfer MUST have sufficient balance to complete the transfers.
   *
   * All token transfers MUST successfully transfer tokens or create a pending airdrop
   * for this transaction to succeed.
   * This list MUST contain between 1 and 10 transfers, inclusive.
   *
   * Note that each transfer of fungible/common tokens requires both a debit and
   * a credit, so each _fungible_ token transfer MUST have _balanced_ entries in the
   * TokenTransferList for that transfer.
   * 
* * repeated .proto.TokenTransferList token_transfers = 1; */ java.util.List getTokenTransfersList(); /** *
   **
   * A list of token transfers representing one or more airdrops.
   * The sender for each transfer MUST have sufficient balance to complete the transfers.
   *
   * All token transfers MUST successfully transfer tokens or create a pending airdrop
   * for this transaction to succeed.
   * This list MUST contain between 1 and 10 transfers, inclusive.
   *
   * Note that each transfer of fungible/common tokens requires both a debit and
   * a credit, so each _fungible_ token transfer MUST have _balanced_ entries in the
   * TokenTransferList for that transfer.
   * 
* * repeated .proto.TokenTransferList token_transfers = 1; */ com.hedera.hashgraph.sdk.proto.TokenTransferList getTokenTransfers(int index); /** *
   **
   * A list of token transfers representing one or more airdrops.
   * The sender for each transfer MUST have sufficient balance to complete the transfers.
   *
   * All token transfers MUST successfully transfer tokens or create a pending airdrop
   * for this transaction to succeed.
   * This list MUST contain between 1 and 10 transfers, inclusive.
   *
   * Note that each transfer of fungible/common tokens requires both a debit and
   * a credit, so each _fungible_ token transfer MUST have _balanced_ entries in the
   * TokenTransferList for that transfer.
   * 
* * repeated .proto.TokenTransferList token_transfers = 1; */ int getTokenTransfersCount(); /** *
   **
   * A list of token transfers representing one or more airdrops.
   * The sender for each transfer MUST have sufficient balance to complete the transfers.
   *
   * All token transfers MUST successfully transfer tokens or create a pending airdrop
   * for this transaction to succeed.
   * This list MUST contain between 1 and 10 transfers, inclusive.
   *
   * Note that each transfer of fungible/common tokens requires both a debit and
   * a credit, so each _fungible_ token transfer MUST have _balanced_ entries in the
   * TokenTransferList for that transfer.
   * 
* * repeated .proto.TokenTransferList token_transfers = 1; */ java.util.List getTokenTransfersOrBuilderList(); /** *
   **
   * A list of token transfers representing one or more airdrops.
   * The sender for each transfer MUST have sufficient balance to complete the transfers.
   *
   * All token transfers MUST successfully transfer tokens or create a pending airdrop
   * for this transaction to succeed.
   * This list MUST contain between 1 and 10 transfers, inclusive.
   *
   * Note that each transfer of fungible/common tokens requires both a debit and
   * a credit, so each _fungible_ token transfer MUST have _balanced_ entries in the
   * TokenTransferList for that transfer.
   * 
* * repeated .proto.TokenTransferList token_transfers = 1; */ com.hedera.hashgraph.sdk.proto.TokenTransferListOrBuilder getTokenTransfersOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy