Class FeeBumpTransaction.FeeBumpTransactionInnerTx

java.lang.Object
org.stellar.sdk.xdr.FeeBumpTransaction.FeeBumpTransactionInnerTx
Enclosing class:
FeeBumpTransaction

public static class FeeBumpTransaction.FeeBumpTransactionInnerTx extends Object
FeeBumpTransactionInnerTx's original definition in the XDR file is:
 union switch (EnvelopeType type)
     {
     case ENVELOPE_TYPE_TX:
         TransactionV1Envelope v1;
     }