Package org.stellar.sdk.xdr
Class TxSetComponent
java.lang.Object
org.stellar.sdk.xdr.TxSetComponent
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TxSetComponentdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, TxSetComponent encodedTxSetComponent) booleanstatic TxSetComponentfromXdrBase64(String xdr) static TxSetComponentfromXdrByteArray(byte[] xdr) inthashCode()voidvoidbyte[]
-
Constructor Details
-
TxSetComponent
public TxSetComponent()
-
-
Method Details
-
getDiscriminant
-
setDiscriminant
-
getTxsMaybeDiscountedFee
-
setTxsMaybeDiscountedFee
-
encode
public static void encode(XdrDataOutputStream stream, TxSetComponent encodedTxSetComponent) 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
-