Package org.stellar.sdk.xdr
Class FeeBumpTransaction.FeeBumpTransactionInnerTx
java.lang.Object
org.stellar.sdk.xdr.FeeBumpTransaction.FeeBumpTransactionInnerTx
- Enclosing class:
FeeBumpTransaction
FeeBumpTransactionInnerTx's original definition in the XDR file is:
union switch (EnvelopeType type)
{
case ENVELOPE_TYPE_TX:
TransactionV1Envelope v1;
}
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescriptionFeeBumpTransactionInnerTx(EnvelopeType discriminant, TransactionV1Envelope v1) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanfromXdrBase64(String xdr) fromXdrByteArray(byte[] xdr) getV1()inthashCode()voidsetDiscriminant(EnvelopeType discriminant) voidtoString()default Stringdefault byte[]
-
Constructor Details
-
FeeBumpTransactionInnerTx
public FeeBumpTransactionInnerTx() -
FeeBumpTransactionInnerTx
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
public static FeeBumpTransaction.FeeBumpTransactionInnerTx decode(XdrDataInputStream stream) throws IOException - Throws:
IOException
-
fromXdrBase64
public static FeeBumpTransaction.FeeBumpTransactionInnerTx fromXdrBase64(String xdr) throws IOException - Throws:
IOException
-
fromXdrByteArray
public static FeeBumpTransaction.FeeBumpTransactionInnerTx fromXdrByteArray(byte[] xdr) throws IOException - Throws:
IOException
-
builder
public static FeeBumpTransaction.FeeBumpTransactionInnerTx.FeeBumpTransactionInnerTxBuilder builder() -
toBuilder
-
getDiscriminant
-
getV1
-
setDiscriminant
-
setV1
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-