Stellar PHP SDK API Documentation

XdrCreatePassiveSellOfferOperation
in package

Table of Contents

Properties

$amount  : BigInteger
$buying  : XdrAsset
$price  : XdrPrice
$selling  : XdrAsset

Methods

__construct()  : mixed
decode()  : XdrCreatePassiveSellOfferOperation
encode()  : string
fromBase64Xdr()  : static
fromTxRep()  : XdrCreatePassiveSellOfferOperation
getAmount()  : BigInteger
getBuying()  : XdrAsset
getPrice()  : XdrPrice
getSelling()  : XdrAsset
setAmount()  : void
setBuying()  : void
setPrice()  : void
setSelling()  : void
toBase64Xdr()  : string
toTxRep()  : void

Properties

Methods

toTxRep()

public toTxRep(string $prefix, array<string|int, mixed> &$lines) : void
Parameters
$prefix : string
$lines : array<string|int, mixed>

        
On this page

Search results