XdrTTLEntry
in package
Table of Contents
Properties
- $keyHash : string
- $liveUntilLedgerSeq : int
Methods
- __construct() : mixed
- decode() : XdrTTLEntry
- encode() : string
- fromBase64Xdr() : static
- fromJson() : static
- fromJsonValue() : static
- getKeyHash() : string
- getLiveUntilLedgerSeq() : int
- setKeyHash() : void
- setLiveUntilLedgerSeq() : void
- toBase64Xdr() : string
- toJson() : string
- toJsonValue() : array<string|int, mixed>
Properties
$keyHash
public
string
$keyHash
$liveUntilLedgerSeq
public
int
$liveUntilLedgerSeq
Methods
__construct()
public
__construct(string $keyHash, int $liveUntilLedgerSeq) : mixed
Parameters
- $keyHash : string
- $liveUntilLedgerSeq : int
decode()
public
static decode(XdrBuffer $xdr) : XdrTTLEntry
Parameters
- $xdr : XdrBuffer
Return values
XdrTTLEntryencode()
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
staticgetKeyHash()
public
getKeyHash() : string
Return values
stringgetLiveUntilLedgerSeq()
public
getLiveUntilLedgerSeq() : int
Return values
intsetKeyHash()
public
setKeyHash(string $keyHash) : void
Parameters
- $keyHash : string
setLiveUntilLedgerSeq()
public
setLiveUntilLedgerSeq(int $liveUntilLedgerSeq) : void
Parameters
- $liveUntilLedgerSeq : int
toBase64Xdr()
public
toBase64Xdr() : string
Return values
stringtoJson()
public
toJson() : string
Tags
Return values
stringtoJsonValue()
public
toJsonValue() : array<string|int, mixed>