Package org.stellar.sdk.xdr
Class FeeBumpTransaction
java.lang.Object
org.stellar.sdk.xdr.FeeBumpTransaction
FeeBumpTransaction's original definition in the XDR file is:
struct FeeBumpTransaction { MuxedAccount feeSource; int64 fee; union switch (EnvelopeType type) { case ENVELOPE_TYPE_TX: TransactionV1Envelope v1; } innerTx; union switch (int v) { case 0: void; } ext; };
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
FeeBumpTransactionExt's original definition in the XDR file is:static class
FeeBumpTransactionInnerTx's original definition in the XDR file is: -
Constructor Summary
ConstructorDescriptionFeeBumpTransaction
(MuxedAccount feeSource, Int64 fee, FeeBumpTransaction.FeeBumpTransactionInnerTx innerTx, FeeBumpTransaction.FeeBumpTransactionExt ext) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
static FeeBumpTransaction
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static FeeBumpTransaction
fromXdrBase64
(String xdr) static FeeBumpTransaction
fromXdrByteArray
(byte[] xdr) getExt()
getFee()
int
hashCode()
void
void
void
setFeeSource
(MuxedAccount feeSource) void
toString()
default String
default byte[]
-
Constructor Details
-
FeeBumpTransaction
public FeeBumpTransaction() -
FeeBumpTransaction
public FeeBumpTransaction(MuxedAccount feeSource, Int64 fee, FeeBumpTransaction.FeeBumpTransactionInnerTx innerTx, FeeBumpTransaction.FeeBumpTransactionExt ext)
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getFeeSource
-
getFee
-
getInnerTx
-
getExt
-
setFeeSource
-
setFee
-
setInnerTx
-
setExt
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-