Stellar PHP SDK API Documentation

XdrLiquidityPoolWithdrawOperationBase
in package

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

Properties

Methods

__construct()

public __construct(string $liquidityPoolID, BigInteger $amount, BigInteger $minAmountA, BigInteger $minAmountB) : mixed
Parameters
$liquidityPoolID : string
$amount : BigInteger
$minAmountA : BigInteger
$minAmountB : BigInteger

fromTxRep()

public static fromTxRep(array<string|int, mixed> $map, string $prefix) : static
Parameters
$map : array<string|int, mixed>
$prefix : string
Return values
static

        
On this page

Search results