Package org.stellar.sdk.xdr
Class ClaimAtom
java.lang.Object
org.stellar.sdk.xdr.ClaimAtom
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ClaimAtomdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, ClaimAtom encodedClaimAtom) booleanstatic ClaimAtomfromXdrBase64(String xdr) static ClaimAtomfromXdrByteArray(byte[] xdr) getV0()inthashCode()voidsetDiscriminant(ClaimAtomType value) voidvoidsetOrderBook(ClaimOfferAtom value) voidsetV0(ClaimOfferAtomV0 value) byte[]
-
Constructor Details
-
ClaimAtom
public ClaimAtom()
-
-
Method Details
-
getDiscriminant
-
setDiscriminant
-
getV0
-
setV0
-
getOrderBook
-
setOrderBook
-
getLiquidityPool
-
setLiquidityPool
-
encode
public static void encode(XdrDataOutputStream stream, ClaimAtom encodedClaimAtom) 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
-