Class TxSetComponent

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

public class TxSetComponent extends Object
TxSetComponent's original definition in the XDR file is:
 union TxSetComponent switch (TxSetComponentType type)
 {
 case TXSET_COMP_TXS_MAYBE_DISCOUNTED_FEE:
   struct
   {
     int64* baseFee;
     TransactionEnvelope txs<>;
   } txsMaybeDiscountedFee;
 };