Stellar PHP SDK API Documentation

XdrClaimLiquidityAtom
in package

Table of Contents

Methods

__construct()  : mixed
decode()  : XdrClaimLiquidityAtom
encode()  : string
getAmountBought()  : BigInteger
getAmountSold()  : BigInteger
getAssetBought()  : XdrAsset
getAssetSold()  : XdrAsset
getLiquidityPoolID()  : string

Methods

__construct()

public __construct(string $liquidityPoolID, XdrAsset $assetSold, BigInteger $amountSold, XdrAsset $assetBought, BigInteger $amountBought) : mixed
Parameters
$liquidityPoolID : string
$assetSold : XdrAsset
$amountSold : BigInteger
$assetBought : XdrAsset
$amountBought : BigInteger

        
On this page

Search results