Transaction Common Fields

The fields that are common to all transactions.

Warning: XAG-API is early alpha software. API methods and data formats are likely to change frequently in ways that break backwards compatibility.

  • Type: Object

This type can contain the following fields:

Field Type Required? Description
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.
TransactionType String Required The transaction type, such as "Payment".
hash String Optional (Optional) The hash value that uniquely identifies this transaction. Included only if the transaction was signed.
Flags Integer Required Transaction-specific flags (bit field).
Fee String Required Transaction fee, in drops.
Sequence Integer Required The account sequence number (can serve as a nonce).
Account String (Address) Required The address of an XAG Ledger account.