XdrTransactionMetaV1
Table of Contents
Properties
-
$ledgerEntryChanges
: array<string|int, XdrLedgerEntryChange>
-
$operations
: array<string|int, XdrOperationMeta>
Methods
-
__construct()
: mixed
-
decode()
: XdrTransactionMetaV1
-
encode()
: string
-
getLedgerEntryChanges()
: array<string|int, XdrLedgerEntryChange>
-
getOperations()
: array<string|int, XdrOperationMeta>
-
setLedgerEntryChanges()
: void
-
setOperations()
: void
__construct()
public
__construct(array<string|int, XdrLedgerEntryChange> $ledgerEntryChanges, array<string|int, XdrOperationMeta> $operations) : mixed
Parameters
-
$ledgerEntryChanges
: array<string|int, XdrLedgerEntryChange>
-
-
$operations
: array<string|int, XdrOperationMeta>
-
decode()
public
static decode(XdrBuffer $xdr) : XdrTransactionMetaV1
Parameters
-
$xdr
: XdrBuffer
-
encode()
public
encode() : string
getLedgerEntryChanges()
public
getLedgerEntryChanges() : array<string|int, XdrLedgerEntryChange>
getOperations()
public
getOperations() : array<string|int, XdrOperationMeta>
setLedgerEntryChanges()
public
setLedgerEntryChanges(array<string|int, XdrLedgerEntryChange> $ledgerEntryChanges) : void
Parameters
-
$ledgerEntryChanges
: array<string|int, XdrLedgerEntryChange>
-
setOperations()
public
setOperations(array<string|int, XdrOperationMeta> $operations) : void
Parameters
-
$operations
: array<string|int, XdrOperationMeta>
-