XdrLiquidityPoolDepositOperation
in package
Table of Contents
Methods
- __construct() : mixed
- decode() : XdrLiquidityPoolDepositOperation
- encode() : string
- getLiquidityPoolID() : string
- getMaxAmountA() : BigInteger
- getMaxAmountB() : BigInteger
- getMaxPrice() : XdrPrice
- getMinPrice() : XdrPrice
Methods
__construct()
public
__construct(string $liquidityPoolID, BigInteger $maxAmountA, BigInteger $maxAmountB, XdrPrice $minPrice, XdrPrice $maxPrice) : mixed
Parameters
decode()
public
static decode(XdrBuffer $xdr) : XdrLiquidityPoolDepositOperation
Parameters
- $xdr : XdrBuffer
Return values
XdrLiquidityPoolDepositOperationencode()
public
encode() : string
Return values
stringgetLiquidityPoolID()
public
getLiquidityPoolID() : string
Return values
stringgetMaxAmountA()
public
getMaxAmountA() : BigInteger
Return values
BigIntegergetMaxAmountB()
public
getMaxAmountB() : BigInteger
Return values
BigIntegergetMaxPrice()
public
getMaxPrice() : XdrPrice
Return values
XdrPricegetMinPrice()
public
getMinPrice() : XdrPrice