Package org.stellar.sdk.xdr
Class FeeBumpTransaction.FeeBumpTransactionInnerTx
java.lang.Object
org.stellar.sdk.xdr.FeeBumpTransaction.FeeBumpTransactionInnerTx
- Enclosing class:
FeeBumpTransaction
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, FeeBumpTransaction.FeeBumpTransactionInnerTx encodedFeeBumpTransactionInnerTx) booleanfromXdrBase64(String xdr) fromXdrByteArray(byte[] xdr) getV1()inthashCode()voidsetDiscriminant(EnvelopeType value) voidsetV1(TransactionV1Envelope value) byte[]
-
Constructor Details
-
FeeBumpTransactionInnerTx
public FeeBumpTransactionInnerTx()
-
-
Method Details
-
getDiscriminant
-
setDiscriminant
-
getV1
-
setV1
-
encode
public static void encode(XdrDataOutputStream stream, FeeBumpTransaction.FeeBumpTransactionInnerTx encodedFeeBumpTransactionInnerTx) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
public static FeeBumpTransaction.FeeBumpTransactionInnerTx decode(XdrDataInputStream stream) throws IOException - Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- 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
-