XdrLiabilities
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- decode() : XdrLiabilities
- encode() : string
- fromBase64Xdr() : static
- fromJson() : static
- fromJsonValue() : static
- getBuying() : BigInteger
- getSelling() : BigInteger
- setBuying() : void
- setSelling() : void
- toBase64Xdr() : string
- toJson() : string
- toJsonValue() : array<string|int, mixed>
Properties
$buying
public
BigInteger
$buying
$selling
public
BigInteger
$selling
Methods
__construct()
public
__construct(BigInteger $buying, BigInteger $selling) : mixed
Parameters
- $buying : BigInteger
- $selling : BigInteger
decode()
public
static decode(XdrBuffer $xdr) : XdrLiabilities
Parameters
- $xdr : XdrBuffer
Return values
XdrLiabilitiesencode()
public
encode() : string
Return values
stringfromBase64Xdr()
public
static fromBase64Xdr(string $xdr) : static
Parameters
- $xdr : string
Return values
staticfromJson()
public
static fromJson(string $json) : static
Parameters
- $json : string
Tags
Return values
staticfromJsonValue()
public
static fromJsonValue(mixed $value) : static
Parameters
- $value : mixed
Return values
staticgetBuying()
public
getBuying() : BigInteger
Return values
BigIntegergetSelling()
public
getSelling() : BigInteger
Return values
BigIntegersetBuying()
public
setBuying(BigInteger $buying) : void
Parameters
- $buying : BigInteger
setSelling()
public
setSelling(BigInteger $selling) : void
Parameters
- $selling : BigInteger
toBase64Xdr()
public
toBase64Xdr() : string
Return values
stringtoJson()
public
toJson() : string
Tags
Return values
stringtoJsonValue()
public
toJsonValue() : array<string|int, mixed>