Class StoredTransactionSet

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

public class StoredTransactionSet extends Object
StoredTransactionSet's original definition in the XDR file is:
 union StoredTransactionSet switch (int v)
 {
 case 0:
        TransactionSet txSet;
 case 1:
        GeneralizedTransactionSet generalizedTxSet;
 };