Class TransactionSet

java.lang.Object
org.stellar.sdk.xdr.TransactionSet
All Implemented Interfaces:
XdrElement

public class TransactionSet extends Object implements XdrElement
TransactionSet's original definition in the XDR file is:
 struct TransactionSet
 {
     Hash previousLedgerHash;
     TransactionEnvelope txs<>;
 };