Table of Contents
Properties
-
$keyHash
: string
Methods
-
__construct()
: mixed
-
decode()
: XdrLedgerKeyTTL
-
encode()
: string
-
fromBase64Xdr()
: static
-
fromTxRep()
: XdrLedgerKeyTTL
-
getKeyHash()
: string
-
setKeyHash()
: void
-
toBase64Xdr()
: string
-
toTxRep()
: void
$keyHash
public
string
$keyHash
__construct()
public
__construct(string $keyHash) : mixed
Parameters
-
$keyHash
: string
-
decode()
public
static decode(XdrBuffer $xdr) : XdrLedgerKeyTTL
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) : XdrLedgerKeyTTL
Parameters
-
$map
: array<string|int, mixed>
-
-
$prefix
: string
-
getKeyHash()
public
getKeyHash() : string
setKeyHash()
public
setKeyHash(string $keyHash) : void
Parameters
-
$keyHash
: string
-
toBase64Xdr()
public
toBase64Xdr() : string
toTxRep()
public
toTxRep(string $prefix, array<string|int, mixed> &$lines) : void
Parameters
-
$prefix
: string
-
-
$lines
: array<string|int, mixed>
-