Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Interface TransferListOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
TransferList,TransferList.Builder
@Generated
public interface TransferListOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAccountAmounts(int index) * A list of AccountAmount pairs.<br/> Each entry in this list is an account and an amount to transfer into it (positive) or out of it (negative)int* A list of AccountAmount pairs.<br/> Each entry in this list is an account and an amount to transfer into it (positive) or out of it (negative)* A list of AccountAmount pairs.<br/> Each entry in this list is an account and an amount to transfer into it (positive) or out of it (negative)Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getAccountAmountsList
List<AccountAmount> getAccountAmountsList()* A list of AccountAmount pairs.<br/> Each entry in this list is an account and an amount to transfer into it (positive) or out of it (negative)
repeated .proto.AccountAmount accountAmounts = 1; -
getAccountAmounts
* A list of AccountAmount pairs.<br/> Each entry in this list is an account and an amount to transfer into it (positive) or out of it (negative)
repeated .proto.AccountAmount accountAmounts = 1; -
getAccountAmountsCount
int getAccountAmountsCount()* A list of AccountAmount pairs.<br/> Each entry in this list is an account and an amount to transfer into it (positive) or out of it (negative)
repeated .proto.AccountAmount accountAmounts = 1;
-