public class FeeBumpTransaction extends java.lang.Object implements XdrElement
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; };
Modifier and Type | Class and Description |
---|---|
static class |
FeeBumpTransaction.FeeBumpTransactionBuilder |
static class |
FeeBumpTransaction.FeeBumpTransactionExt
FeeBumpTransactionExt's original definition in the XDR file is:
|
static class |
FeeBumpTransaction.FeeBumpTransactionInnerTx
FeeBumpTransactionInnerTx's original definition in the XDR file is:
|
Constructor and Description |
---|
FeeBumpTransaction() |
FeeBumpTransaction(MuxedAccount feeSource,
Int64 fee,
FeeBumpTransaction.FeeBumpTransactionInnerTx innerTx,
FeeBumpTransaction.FeeBumpTransactionExt ext) |
Modifier and Type | Method and Description |
---|---|
static FeeBumpTransaction.FeeBumpTransactionBuilder |
builder() |
static FeeBumpTransaction |
decode(XdrDataInputStream stream) |
void |
encode(XdrDataOutputStream stream) |
boolean |
equals(java.lang.Object o) |
static FeeBumpTransaction |
fromXdrBase64(java.lang.String xdr) |
static FeeBumpTransaction |
fromXdrByteArray(byte[] xdr) |
FeeBumpTransaction.FeeBumpTransactionExt |
getExt() |
Int64 |
getFee() |
MuxedAccount |
getFeeSource() |
FeeBumpTransaction.FeeBumpTransactionInnerTx |
getInnerTx() |
int |
hashCode() |
void |
setExt(FeeBumpTransaction.FeeBumpTransactionExt ext) |
void |
setFee(Int64 fee) |
void |
setFeeSource(MuxedAccount feeSource) |
void |
setInnerTx(FeeBumpTransaction.FeeBumpTransactionInnerTx innerTx) |
FeeBumpTransaction.FeeBumpTransactionBuilder |
toBuilder() |
java.lang.String |
toString() |
toXdrBase64, toXdrByteArray
public FeeBumpTransaction()
public FeeBumpTransaction(MuxedAccount feeSource, Int64 fee, FeeBumpTransaction.FeeBumpTransactionInnerTx innerTx, FeeBumpTransaction.FeeBumpTransactionExt ext)
public void encode(XdrDataOutputStream stream) throws java.io.IOException
encode
in interface XdrElement
java.io.IOException
public static FeeBumpTransaction decode(XdrDataInputStream stream) throws java.io.IOException
java.io.IOException
public static FeeBumpTransaction fromXdrBase64(java.lang.String xdr) throws java.io.IOException
java.io.IOException
public static FeeBumpTransaction fromXdrByteArray(byte[] xdr) throws java.io.IOException
java.io.IOException
public static FeeBumpTransaction.FeeBumpTransactionBuilder builder()
public FeeBumpTransaction.FeeBumpTransactionBuilder toBuilder()
public MuxedAccount getFeeSource()
public Int64 getFee()
public FeeBumpTransaction.FeeBumpTransactionInnerTx getInnerTx()
public FeeBumpTransaction.FeeBumpTransactionExt getExt()
public void setFeeSource(MuxedAccount feeSource)
public void setFee(Int64 fee)
public void setInnerTx(FeeBumpTransaction.FeeBumpTransactionInnerTx innerTx)
public void setExt(FeeBumpTransaction.FeeBumpTransactionExt ext)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object