Package org.stellar.sdk.xdr
Class ClaimLiquidityAtom
java.lang.Object
org.stellar.sdk.xdr.ClaimLiquidityAtom
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ClaimLiquidityAtomdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, ClaimLiquidityAtom encodedClaimLiquidityAtom) booleanstatic ClaimLiquidityAtomfromXdrBase64(String xdr) static ClaimLiquidityAtomfromXdrByteArray(byte[] xdr) inthashCode()voidsetAmountBought(Int64 value) voidsetAmountSold(Int64 value) voidsetAssetBought(Asset value) voidsetAssetSold(Asset value) voidsetLiquidityPoolID(PoolID value) byte[]
-
Constructor Details
-
ClaimLiquidityAtom
public ClaimLiquidityAtom()
-
-
Method Details
-
getLiquidityPoolID
-
setLiquidityPoolID
-
getAssetSold
-
setAssetSold
-
getAmountSold
-
setAmountSold
-
getAssetBought
-
setAssetBought
-
getAmountBought
-
setAmountBought
-
encode
public static void encode(XdrDataOutputStream stream, ClaimLiquidityAtom encodedClaimLiquidityAtom) 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
-