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
Modifier and TypeClassDescriptionstatic class
-
Constructor Summary
ConstructorDescriptionFeeBumpTransactionInnerTx
(EnvelopeType discriminant, TransactionV1Envelope v1) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
fromXdrBase64
(String xdr) fromXdrByteArray
(byte[] xdr) getV1()
int
hashCode()
void
setDiscriminant
(EnvelopeType discriminant) void
toString()
default String
default 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
-