XdrTimeBoundsBase
in package
Table of Contents
Properties
- $maxTimestamp : int
- $minTimestamp : int
Methods
- __construct() : mixed
- decode() : static
- encode() : string
- fromBase64Xdr() : static
- fromJson() : static
- fromJsonValue() : static
- fromTxRep() : static
- getMaxTimestamp() : int
- getMinTimestamp() : int
- setMaxTimestamp() : void
- setMinTimestamp() : void
- toBase64Xdr() : string
- toJson() : string
- toJsonValue() : array<string|int, mixed>
- toTxRep() : void
Properties
$maxTimestamp
public
int
$maxTimestamp
$minTimestamp
public
int
$minTimestamp
Methods
__construct()
public
__construct(int $minTimestamp, int $maxTimestamp) : mixed
Parameters
- $minTimestamp : int
- $maxTimestamp : int
decode()
public
static decode(XdrBuffer $xdr) : static
Parameters
- $xdr : XdrBuffer
Return values
staticencode()
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) : static
Parameters
- $map : array<string|int, mixed>
- $prefix : string
Return values
staticgetMaxTimestamp()
public
getMaxTimestamp() : int
Return values
intgetMinTimestamp()
public
getMinTimestamp() : int
Return values
intsetMaxTimestamp()
public
setMaxTimestamp(int $maxTimestamp) : void
Parameters
- $maxTimestamp : int
setMinTimestamp()
public
setMinTimestamp(int $minTimestamp) : void
Parameters
- $minTimestamp : 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>