Table of Contents
Properties
-
$buying
: BigInteger
-
$selling
: BigInteger
Methods
-
__construct()
: mixed
-
decode()
: XdrLiabilities
-
encode()
: string
-
getBuying()
: BigInteger
-
getSelling()
: BigInteger
-
setBuying()
: void
-
setSelling()
: void
$buying
public
BigInteger
$buying
$selling
public
BigInteger
$selling
__construct()
public
__construct(BigInteger $buying, BigInteger $selling) : mixed
Parameters
-
$buying
: BigInteger
-
-
$selling
: BigInteger
-
decode()
public
static decode(XdrBuffer $xdr) : XdrLiabilities
Parameters
-
$xdr
: XdrBuffer
-
encode()
public
encode() : string
getBuying()
public
getBuying() : BigInteger
getSelling()
public
getSelling() : BigInteger
setBuying()
public
setBuying(BigInteger $buying) : void
Parameters
-
$buying
: BigInteger
-
setSelling()
public
setSelling(BigInteger $selling) : void
Parameters
-
$selling
: BigInteger
-