Files
xrpl-dev-portal/content/_snippets/tx-metadata-field-table.md
2019-04-24 16:34:35 -07:00

1.4 KiB

Field Value Description
AffectedNodes Array List of ledger objects that were created, deleted, or modified by this transaction, and specific changes to each.
DeliveredAmount [Currency Amount][] (May be omitted) For a partial payment, this field records the amount of currency actually delivered to the destination. For more convenient processing, instead use the delivered_amount field, which is provided for all Payment transactions, partial or not.
TransactionIndex Unsigned Integer The transaction's position within the ledger that included it. This is zero-indexed. (For example, the value 2 means it was the 3nd transaction in that ledger.)
TransactionResult String A result code indicating whether the transaction succeeded or how it failed.
delivered_amount [Currency Amount][] The [Currency Amount][] actually received by the Destination account. Use this field to determine how much was delivered, regardless of whether the transaction is a partial payment. See below for details. [New in: rippled 0.27.0][]