XdrOperationMeta
in package
Table of Contents
Properties
- $ledgerEntryChanges : array<string|int, mixed>
Methods
- __construct() : mixed
- decode() : XdrOperationMeta
- encode() : string
- fromBase64Xdr() : static
- fromJson() : static
- fromJsonValue() : static
- getLedgerEntryChanges() : array<string|int, mixed>
- setLedgerEntryChanges() : void
- toBase64Xdr() : string
- toJson() : string
- toJsonValue() : array<string|int, mixed>
Properties
$ledgerEntryChanges
public
array<string|int, mixed>
$ledgerEntryChanges
Methods
__construct()
public
__construct(array<string|int, mixed> $ledgerEntryChanges) : mixed
Parameters
- $ledgerEntryChanges : array<string|int, mixed>
decode()
public
static decode(XdrBuffer $xdr) : XdrOperationMeta
Parameters
- $xdr : XdrBuffer
Return values
XdrOperationMetaencode()
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
staticgetLedgerEntryChanges()
public
getLedgerEntryChanges() : array<string|int, mixed>
Return values
array<string|int, mixed>setLedgerEntryChanges()
public
setLedgerEntryChanges(array<string|int, mixed> $ledgerEntryChanges) : void
Parameters
- $ledgerEntryChanges : array<string|int, mixed>
toBase64Xdr()
public
toBase64Xdr() : string
Return values
stringtoJson()
public
toJson() : string
Tags
Return values
stringtoJsonValue()
public
toJsonValue() : array<string|int, mixed>