Package org.stellar.sdk.xdr
Class FeeBumpTransaction
java.lang.Object
org.stellar.sdk.xdr.FeeBumpTransaction
- All Implemented Interfaces:
XdrElement
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
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classFeeBumpTransactionExt's original definition in the XDR file is:static classFeeBumpTransactionInnerTx's original definition in the XDR file is: -
Constructor Summary
ConstructorsConstructorDescriptionFeeBumpTransaction(MuxedAccount feeSource, Int64 fee, FeeBumpTransaction.FeeBumpTransactionInnerTx innerTx, FeeBumpTransaction.FeeBumpTransactionExt ext) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static FeeBumpTransactiondecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic FeeBumpTransactionfromXdrBase64(String xdr) static FeeBumpTransactionfromXdrByteArray(byte[] xdr) getExt()getFee()inthashCode()voidvoidvoidsetFeeSource(MuxedAccount feeSource) voidtoString()Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
FeeBumpTransaction
public FeeBumpTransaction() -
FeeBumpTransaction
public FeeBumpTransaction(MuxedAccount feeSource, Int64 fee, FeeBumpTransaction.FeeBumpTransactionInnerTx innerTx, FeeBumpTransaction.FeeBumpTransactionExt ext)
-
-
Method Details
-
encode
- Specified by:
encodein interfaceXdrElement- 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
-