XdrEncodedLedgerKey
in package
Table of Contents
Properties
- $encodedLedgerKey : string
Methods
- __construct() : mixed
- decode() : XdrEncodedLedgerKey
- encode() : string
- fromBase64Xdr() : static
- fromJson() : static
- fromJsonValue() : static
- toBase64Xdr() : string
- toJson() : string
- toJsonValue() : string
Properties
$encodedLedgerKey
public
string
$encodedLedgerKey
Methods
__construct()
public
__construct(string $encodedLedgerKey) : mixed
Parameters
- $encodedLedgerKey : string
decode()
public
static decode(XdrBuffer $xdr) : XdrEncodedLedgerKey
Parameters
- $xdr : XdrBuffer
Return values
XdrEncodedLedgerKeyencode()
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
statictoBase64Xdr()
public
toBase64Xdr() : string
Return values
stringtoJson()
public
toJson() : string
Tags
Return values
stringtoJsonValue()
public
toJsonValue() : string