Transaction Common Fields

The fields that are common to all transactions.

  • Type: Object

This type can contain the following fields:

Field Type Required? Description
hash String Optional (Optional) The hash value that uniquely identifies this transaction. Included only if the transaction was signed.
TransactionType String Required The transaction type, such as "Payment".
Account String (Address) Required The address of an XRP Ledger account.
Flags Integer Required Transaction-specific flags (bit field).
LastLedgerSequence Integer Required Highest ledger index this transaction can appear in. This field places a strict upper limit on how long the transaction can wait to be validated or rejected.
Fee String Required Transaction fee, in drops.
Sequence Integer Required The account sequence number (can serve as a nonce).