XdrOperationMeta
in package
Table of Contents
Properties
- $ledgerEntryChanges : array<string|int, XdrLedgerEntryChange>
Methods
- __construct() : mixed
- decode() : XdrOperationMeta
- encode() : string
- getLedgerEntryChanges() : array<string|int, XdrLedgerEntryChange>
- setLedgerEntryChanges() : void
Properties
$ledgerEntryChanges
public
array<string|int, XdrLedgerEntryChange>
$ledgerEntryChanges
Methods
__construct()
public
__construct(array<string|int, XdrLedgerEntryChange> $ledgerEntryChanges) : mixed
Parameters
- $ledgerEntryChanges : array<string|int, XdrLedgerEntryChange>
decode()
public
static decode(XdrBuffer $xdr) : XdrOperationMeta
Parameters
- $xdr : XdrBuffer
Return values
XdrOperationMetaencode()
public
encode() : string
Return values
stringgetLedgerEntryChanges()
public
getLedgerEntryChanges() : array<string|int, XdrLedgerEntryChange>
Return values
array<string|int, XdrLedgerEntryChange>setLedgerEntryChanges()
public
setLedgerEntryChanges(array<string|int, XdrLedgerEntryChange> $ledgerEntryChanges) : void
Parameters
- $ledgerEntryChanges : array<string|int, XdrLedgerEntryChange>