Package org.stellar.sdk.xdr
Class LiquidityPoolDepositOp
java.lang.Object
org.stellar.sdk.xdr.LiquidityPoolDepositOp
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LiquidityPoolDepositOpdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, LiquidityPoolDepositOp encodedLiquidityPoolDepositOp) booleanstatic LiquidityPoolDepositOpfromXdrBase64(String xdr) static LiquidityPoolDepositOpfromXdrByteArray(byte[] xdr) inthashCode()voidsetLiquidityPoolID(PoolID value) voidsetMaxAmountA(Int64 value) voidsetMaxAmountB(Int64 value) voidsetMaxPrice(Price value) voidsetMinPrice(Price value) byte[]
-
Constructor Details
-
LiquidityPoolDepositOp
public LiquidityPoolDepositOp()
-
-
Method Details
-
getLiquidityPoolID
-
setLiquidityPoolID
-
getMaxAmountA
-
setMaxAmountA
-
getMaxAmountB
-
setMaxAmountB
-
getMinPrice
-
setMinPrice
-
getMaxPrice
-
setMaxPrice
-
encode
public static void encode(XdrDataOutputStream stream, LiquidityPoolDepositOp encodedLiquidityPoolDepositOp) 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
-