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

com.hederahashgraph.api.proto.java.TransferListOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.54.0
Show 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 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); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy