XdrClaimOfferAtom
in package
Table of Contents
Methods
- __construct() : mixed
- decode() : XdrClaimOfferAtom
- encode() : string
- getAccountId() : XdrAccountID
- getAmountBought() : BigInteger
- getAmountSold() : BigInteger
- getAssetBought() : XdrAsset
- getAssetSold() : XdrAsset
- getOfferId() : int
Methods
__construct()
public
__construct(XdrAccountID $accountId, int $offerId, XdrAsset $assetSold, BigInteger $amountSold, XdrAsset $assetBought, BigInteger $amountBought) : mixed
Parameters
- $accountId : XdrAccountID
- $offerId : int
- $assetSold : XdrAsset
- $amountSold : BigInteger
- $assetBought : XdrAsset
- $amountBought : BigInteger
decode()
public
static decode(XdrBuffer $xdr) : XdrClaimOfferAtom
Parameters
- $xdr : XdrBuffer
Return values
XdrClaimOfferAtomencode()
public
encode() : string
Return values
stringgetAccountId()
public
getAccountId() : XdrAccountID
Return values
XdrAccountIDgetAmountBought()
public
getAmountBought() : BigInteger
Return values
BigIntegergetAmountSold()
public
getAmountSold() : BigInteger
Return values
BigIntegergetAssetBought()
public
getAssetBought() : XdrAsset
Return values
XdrAssetgetAssetSold()
public
getAssetSold() : XdrAsset
Return values
XdrAssetgetOfferId()
public
getOfferId() : int