Package org.stellar.sdk.xdr
Class LiquidityPoolWithdrawOp
java.lang.Object
org.stellar.sdk.xdr.LiquidityPoolWithdrawOp
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LiquidityPoolWithdrawOpdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, LiquidityPoolWithdrawOp encodedLiquidityPoolWithdrawOp) booleanstatic LiquidityPoolWithdrawOpfromXdrBase64(String xdr) static LiquidityPoolWithdrawOpfromXdrByteArray(byte[] xdr) inthashCode()voidvoidsetLiquidityPoolID(PoolID value) voidsetMinAmountA(Int64 value) voidsetMinAmountB(Int64 value) byte[]
-
Constructor Details
-
LiquidityPoolWithdrawOp
public LiquidityPoolWithdrawOp()
-
-
Method Details
-
getLiquidityPoolID
-
setLiquidityPoolID
-
getAmount
-
setAmount
-
getMinAmountA
-
setMinAmountA
-
getMinAmountB
-
setMinAmountB
-
encode
public static void encode(XdrDataOutputStream stream, LiquidityPoolWithdrawOp encodedLiquidityPoolWithdrawOp) 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
-