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