Class GeneralizedTransactionSet

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

public class GeneralizedTransactionSet extends Object implements XdrElement
GeneralizedTransactionSet's original definition in the XDR file is:
 union GeneralizedTransactionSet switch (int v)
 {
 // We consider the legacy TransactionSet to be v0.
 case 1:
     TransactionSetV1 v1TxSet;
 };