Stellar PHP SDK API Documentation

XdrClaimOfferAtom
in package

Table of Contents

Properties

$accountId  : XdrAccountID
$amountBought  : BigInteger
$amountSold  : BigInteger
$assetBought  : XdrAsset
$assetSold  : XdrAsset
$offerId  : int

Methods

__construct()  : mixed
decode()  : XdrClaimOfferAtom
encode()  : string
fromBase64Xdr()  : static
getAccountId()  : XdrAccountID
getAmountBought()  : BigInteger
getAmountSold()  : BigInteger
getAssetBought()  : XdrAsset
getAssetSold()  : XdrAsset
getOfferId()  : int
setAccountId()  : void
setAmountBought()  : void
setAmountSold()  : void
setAssetBought()  : void
setAssetSold()  : void
setOfferId()  : void
toBase64Xdr()  : string

Properties

Methods

fromBase64Xdr()

public static fromBase64Xdr(string $xdr) : static
Parameters
$xdr : string
Return values
static

getAmountBought()

public getAmountBought() : BigInteger
Return values
BigInteger

getAmountSold()

public getAmountSold() : BigInteger
Return values
BigInteger

setAmountBought()

public setAmountBought(BigInteger $amountBought) : void
Parameters
$amountBought : BigInteger

setAmountSold()

public setAmountSold(BigInteger $amountSold) : void
Parameters
$amountSold : BigInteger

setOfferId()

public setOfferId(int $offerId) : void
Parameters
$offerId : int

        
On this page

Search results