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