Stellar PHP SDK API Documentation

XdrClaimOfferAtomV0
in package

Table of Contents

Properties

$amountBought  : BigInteger
$amountSold  : BigInteger
$assetBought  : XdrAsset
$assetSold  : XdrAsset
$offerId  : int
$sellerEd25519  : string

Methods

__construct()  : mixed
decode()  : XdrClaimOfferAtomV0
encode()  : string
fromBase64Xdr()  : static
getAmountBought()  : BigInteger
getAmountSold()  : BigInteger
getAssetBought()  : XdrAsset
getAssetSold()  : XdrAsset
getOfferId()  : int
getSellerEd25519()  : string
setAmountBought()  : void
setAmountSold()  : void
setAssetBought()  : void
setAssetSold()  : void
setOfferId()  : void
setSellerEd25519()  : void
toBase64Xdr()  : string

Properties

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

fromBase64Xdr()

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

setAmountBought()

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

setAmountSold()

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

setSellerEd25519()

public setSellerEd25519(string $sellerEd25519) : void
Parameters
$sellerEd25519 : string

        
On this page

Search results