com.hedera.hashgraph.sdk.proto.TransferListOrBuilder 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: basic_types.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
public interface TransferListOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.TransferList)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* Multiple list of AccountAmount pairs, each of which has an account and
* an amount to transfer into it (positive) or out of it (negative)
*
*
* repeated .proto.AccountAmount accountAmounts = 1;
*/
java.util.List
getAccountAmountsList();
/**
*
**
* Multiple list of AccountAmount pairs, each of which has an account and
* an amount to transfer into it (positive) or out of it (negative)
*
*
* repeated .proto.AccountAmount accountAmounts = 1;
*/
com.hedera.hashgraph.sdk.proto.AccountAmount getAccountAmounts(int index);
/**
*
**
* Multiple list of AccountAmount pairs, each of which has an account and
* an amount to transfer into it (positive) or out of it (negative)
*
*
* repeated .proto.AccountAmount accountAmounts = 1;
*/
int getAccountAmountsCount();
/**
*
**
* Multiple list of AccountAmount pairs, each of which has an account and
* an amount to transfer into it (positive) or out of it (negative)
*
*
* repeated .proto.AccountAmount accountAmounts = 1;
*/
java.util.List extends com.hedera.hashgraph.sdk.proto.AccountAmountOrBuilder>
getAccountAmountsOrBuilderList();
/**
*
**
* Multiple list of AccountAmount pairs, each of which has an account and
* an amount to transfer into it (positive) or out of it (negative)
*
*
* repeated .proto.AccountAmount accountAmounts = 1;
*/
com.hedera.hashgraph.sdk.proto.AccountAmountOrBuilder getAccountAmountsOrBuilder(
int index);
}