Table of Contents
Properties
-
$maxTimestamp
: int
-
$minTimestamp
: int
Methods
-
__construct()
: mixed
-
decode()
: static
-
encode()
: string
-
fromBase64Xdr()
: static
-
fromTxRep()
: static
-
getMaxTimestamp()
: int
-
getMinTimestamp()
: int
-
setMaxTimestamp()
: void
-
setMinTimestamp()
: void
-
toBase64Xdr()
: string
-
toTxRep()
: void
$maxTimestamp
public
int
$maxTimestamp
$minTimestamp
public
int
$minTimestamp
__construct()
public
__construct(int $minTimestamp, int $maxTimestamp) : mixed
Parameters
-
$minTimestamp
: int
-
-
$maxTimestamp
: int
-
decode()
public
static decode(XdrBuffer $xdr) : static
Parameters
-
$xdr
: XdrBuffer
-
encode()
public
encode() : string
fromBase64Xdr()
public
static fromBase64Xdr(string $xdr) : static
Parameters
-
$xdr
: string
-
fromTxRep()
public
static fromTxRep(array<string|int, mixed> $map, string $prefix) : static
Parameters
-
$map
: array<string|int, mixed>
-
-
$prefix
: string
-
getMaxTimestamp()
public
getMaxTimestamp() : int
getMinTimestamp()
public
getMinTimestamp() : int
setMaxTimestamp()
public
setMaxTimestamp(int $maxTimestamp) : void
Parameters
-
$maxTimestamp
: int
-
setMinTimestamp()
public
setMinTimestamp(int $minTimestamp) : void
Parameters
-
$minTimestamp
: int
-
toBase64Xdr()
public
toBase64Xdr() : string
toTxRep()
public
toTxRep(string $prefix, array<string|int, mixed> &$lines) : void
Parameters
-
$prefix
: string
-
-
$lines
: array<string|int, mixed>
-