Stellar PHP SDK API Documentation

XdrLiquidityPoolDepositOperationBase
in package

Table of Contents

Properties

$liquidityPoolID  : string
$maxAmountA  : BigInteger
$maxAmountB  : BigInteger
$maxPrice  : XdrPrice
$minPrice  : XdrPrice

Methods

__construct()  : mixed
decode()  : static
encode()  : string
fromBase64Xdr()  : static
fromTxRep()  : static
getLiquidityPoolID()  : string
getMaxAmountA()  : BigInteger
getMaxAmountB()  : BigInteger
getMaxPrice()  : XdrPrice
getMinPrice()  : XdrPrice
setLiquidityPoolID()  : void
setMaxAmountA()  : void
setMaxAmountB()  : void
setMaxPrice()  : void
setMinPrice()  : void
toBase64Xdr()  : string
toTxRep()  : void

Properties

Methods

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