Class GeneralizedTransactionSet

java.lang.Object
org.stellar.sdk.xdr.GeneralizedTransactionSet

public class GeneralizedTransactionSet extends Object
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;
 };