Table of Contents
Properties
-
$keyHash
: string
-
$liveUntilLedgerSeq
: int
Methods
-
__construct()
: mixed
-
decode()
: XdrTTLEntry
-
encode()
: string
-
getKeyHash()
: string
-
getLiveUntilLedgerSeq()
: int
-
setKeyHash()
: void
-
setLiveUntilLedgerSeq()
: void
$keyHash
public
string
$keyHash
$liveUntilLedgerSeq
public
int
$liveUntilLedgerSeq
__construct()
public
__construct(string $keyHash, int $liveUntilLedgerSeq) : mixed
Parameters
-
$keyHash
: string
-
-
$liveUntilLedgerSeq
: int
-
decode()
public
static decode(XdrBuffer $xdr) : XdrTTLEntry
Parameters
-
$xdr
: XdrBuffer
-
encode()
public
encode() : string
getKeyHash()
public
getKeyHash() : string
getLiveUntilLedgerSeq()
public
getLiveUntilLedgerSeq() : int
setKeyHash()
public
setKeyHash(string $keyHash) : void
Parameters
-
$keyHash
: string
-
setLiveUntilLedgerSeq()
public
setLiveUntilLedgerSeq(int $liveUntilLedgerSeq) : void
Parameters
-
$liveUntilLedgerSeq
: int
-