Package org.stellar.sdk.xdr
Class TxSetComponent.TxSetComponentTxsMaybeDiscountedFee
java.lang.Object
org.stellar.sdk.xdr.TxSetComponent.TxSetComponentTxsMaybeDiscountedFee
- Enclosing class:
TxSetComponent
-
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, TxSetComponent.TxSetComponentTxsMaybeDiscountedFee encodedTxSetComponentTxsMaybeDiscountedFee) booleanfromXdrBase64(String xdr) fromXdrByteArray(byte[] xdr) getTxs()inthashCode()voidsetBaseFee(Int64 value) voidsetTxs(TransactionEnvelope[] value) byte[]
-
Constructor Details
-
TxSetComponentTxsMaybeDiscountedFee
public TxSetComponentTxsMaybeDiscountedFee()
-
-
Method Details
-
getBaseFee
-
setBaseFee
-
getTxs
-
setTxs
-
encode
public static void encode(XdrDataOutputStream stream, TxSetComponent.TxSetComponentTxsMaybeDiscountedFee encodedTxSetComponentTxsMaybeDiscountedFee) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
public static TxSetComponent.TxSetComponentTxsMaybeDiscountedFee decode(XdrDataInputStream stream) throws IOException - Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
public static TxSetComponent.TxSetComponentTxsMaybeDiscountedFee fromXdrBase64(String xdr) throws IOException - Throws:
IOException
-
fromXdrByteArray
public static TxSetComponent.TxSetComponentTxsMaybeDiscountedFee fromXdrByteArray(byte[] xdr) throws IOException - Throws:
IOException
-