XdrEncodedLedgerKey
in package
Table of Contents
Properties
- $encodedLedgerKey : string
Methods
- __construct() : mixed
- decode() : XdrEncodedLedgerKey
- encode() : string
- fromBase64Xdr() : static
- toBase64Xdr() : 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
statictoBase64Xdr()
public
toBase64Xdr() : string