Stellar PHP SDK API Documentation

XdrClaimOfferAtomV0
in package

Table of Contents

Methods

__construct()  : mixed
decode()  : XdrClaimOfferAtomV0
encode()  : string
getAmountBought()  : BigInteger
getAmountSold()  : BigInteger
getAssetBought()  : XdrAsset
getAssetSold()  : XdrAsset
getOfferId()  : int
getSellerEd25519()  : string

Methods

__construct()

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

        
On this page

Search results