XdrLiquidityPoolWithdrawOperation
in package
Table of Contents
Methods
- __construct() : mixed
- decode() : XdrLiquidityPoolWithdrawOperation
- encode() : string
- getAmount() : BigInteger
- getLiquidityPoolID() : string
- getMinAmountA() : BigInteger
- getMinAmountB() : BigInteger
Methods
__construct()
public
__construct(string $liquidityPoolID, BigInteger $amount, BigInteger $minAmountA, BigInteger $minAmountB) : mixed
Parameters
- $liquidityPoolID : string
- $amount : BigInteger
- $minAmountA : BigInteger
- $minAmountB : BigInteger
decode()
public
static decode(XdrBuffer $xdr) : XdrLiquidityPoolWithdrawOperation
Parameters
- $xdr : XdrBuffer
Return values
XdrLiquidityPoolWithdrawOperationencode()
public
encode() : string
Return values
stringgetAmount()
public
getAmount() : BigInteger
Return values
BigIntegergetLiquidityPoolID()
public
getLiquidityPoolID() : string
Return values
stringgetMinAmountA()
public
getMinAmountA() : BigInteger
Return values
BigIntegergetMinAmountB()
public
getMinAmountB() : BigInteger