Package org.stellar.sdk.xdr
Class FeeBumpTransaction
java.lang.Object
org.stellar.sdk.xdr.FeeBumpTransaction
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FeeBumpTransactiondecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, FeeBumpTransaction encodedFeeBumpTransaction) booleanstatic FeeBumpTransactionfromXdrBase64(String xdr) static FeeBumpTransactionfromXdrByteArray(byte[] xdr) getExt()getFee()inthashCode()voidvoidvoidsetFeeSource(MuxedAccount value) voidbyte[]
-
Constructor Details
-
FeeBumpTransaction
public FeeBumpTransaction()
-
-
Method Details
-
getFeeSource
-
setFeeSource
-
getFee
-
setFee
-
getInnerTx
-
setInnerTx
-
getExt
-
setExt
-
encode
public static void encode(XdrDataOutputStream stream, FeeBumpTransaction encodedFeeBumpTransaction) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-