XdrLiquidityPoolWithdrawOperationBase
Table of Contents
Properties
-
$amount
: BigInteger
-
$liquidityPoolID
: string
-
$minAmountA
: BigInteger
-
$minAmountB
: BigInteger
Methods
-
__construct()
: mixed
-
decode()
: static
-
encode()
: string
-
fromBase64Xdr()
: static
-
fromTxRep()
: static
-
getAmount()
: BigInteger
-
getLiquidityPoolID()
: string
-
getMinAmountA()
: BigInteger
-
getMinAmountB()
: BigInteger
-
setAmount()
: void
-
setLiquidityPoolID()
: void
-
setMinAmountA()
: void
-
setMinAmountB()
: void
-
toBase64Xdr()
: string
-
toTxRep()
: void
$amount
public
BigInteger
$amount
$liquidityPoolID
public
string
$liquidityPoolID
$minAmountA
public
BigInteger
$minAmountA
$minAmountB
public
BigInteger
$minAmountB
__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) : static
Parameters
-
$xdr
: XdrBuffer
-
encode()
public
encode() : string
fromBase64Xdr()
public
static fromBase64Xdr(string $xdr) : static
Parameters
-
$xdr
: string
-
fromTxRep()
public
static fromTxRep(array<string|int, mixed> $map, string $prefix) : static
Parameters
-
$map
: array<string|int, mixed>
-
-
$prefix
: string
-
getAmount()
public
getAmount() : BigInteger
getLiquidityPoolID()
public
getLiquidityPoolID() : string
getMinAmountA()
public
getMinAmountA() : BigInteger
getMinAmountB()
public
getMinAmountB() : BigInteger
setAmount()
public
setAmount(BigInteger $amount) : void
Parameters
-
$amount
: BigInteger
-
setLiquidityPoolID()
public
setLiquidityPoolID(string $liquidityPoolID) : void
Parameters
-
$liquidityPoolID
: string
-
setMinAmountA()
public
setMinAmountA(BigInteger $minAmountA) : void
Parameters
-
$minAmountA
: BigInteger
-
setMinAmountB()
public
setMinAmountB(BigInteger $minAmountB) : void
Parameters
-
$minAmountB
: BigInteger
-
toBase64Xdr()
public
toBase64Xdr() : string
toTxRep()
public
toTxRep(string $prefix, array<string|int, mixed> &$lines) : void
Parameters
-
$prefix
: string
-
-
$lines
: array<string|int, mixed>
-