Class TransactionList.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<TransactionList,TransactionList.Builder>
com.google.protobuf.GeneratedMessageLite.Builder<TransactionList,TransactionList.Builder>
com.hedera.hashgraph.sdk.proto.TransactionList.Builder
All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, TransactionListOrBuilder, Cloneable
Enclosing class:
TransactionList

public static final class TransactionList.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<TransactionList,TransactionList.Builder> implements TransactionListOrBuilder
 *
 A simple protobuf wrapper to store a list of transactions. This is used by
 `Transaction.[from|to]Bytes()` in the SDKs. The reason the SDK needs a list of transactions is
 because it holds onto a transaction per node. So if a transaction is to be submitted to nodes 3
 and 4 the SDK Transaction type would contain a list of 2 protobuf transactions, one for node 3
 and one for node 4.
 
Protobuf type proto.TransactionList