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