XdrLedgerBounds
in package
Table of Contents
Properties
- $maxLedger : int
- $minLedger : int
Methods
- __construct() : mixed
- decode() : XdrLedgerBounds
- encode() : string
- fromBase64Xdr() : static
- fromJson() : static
- fromJsonValue() : static
- fromTxRep() : XdrLedgerBounds
- getMaxLedger() : int
- getMinLedger() : int
- setMaxLedger() : void
- setMinLedger() : void
- toBase64Xdr() : string
- toJson() : string
- toJsonValue() : array<string|int, mixed>
- toTxRep() : void
Properties
$maxLedger
public
int
$maxLedger
$minLedger
public
int
$minLedger
Methods
__construct()
public
__construct(int $minLedger, int $maxLedger) : mixed
Parameters
- $minLedger : int
- $maxLedger : int
decode()
public
static decode(XdrBuffer $xdr) : XdrLedgerBounds
Parameters
- $xdr : XdrBuffer
Return values
XdrLedgerBoundsencode()
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
staticfromTxRep()
public
static fromTxRep(array<string|int, mixed> $map, string $prefix) : XdrLedgerBounds
Parameters
- $map : array<string|int, mixed>
- $prefix : string
Return values
XdrLedgerBoundsgetMaxLedger()
public
getMaxLedger() : int
Return values
intgetMinLedger()
public
getMinLedger() : int
Return values
intsetMaxLedger()
public
setMaxLedger(int $maxLedger) : void
Parameters
- $maxLedger : int
setMinLedger()
public
setMinLedger(int $minLedger) : void
Parameters
- $minLedger : int
toBase64Xdr()
public
toBase64Xdr() : string
Return values
stringtoJson()
public
toJson() : string
Tags
Return values
stringtoJsonValue()
public
toJsonValue() : array<string|int, mixed>
Return values
array<string|int, mixed>toTxRep()
public
toTxRep(string $prefix, array<string|int, mixed> &$lines) : void
Parameters
- $prefix : string
- $lines : array<string|int, mixed>