Simple
A transaction is a signed request to change XRP Ledger state. A submitted request is not final until it appears in a validated ledger with a successful result.
Understand XRP Ledger transactions, inspect a validated transaction, decode its fields, and verify the final result from ledger metadata.
A transaction is a signed request to change XRP Ledger state. A submitted request is not final until it appears in a validated ledger with a successful result.
Applications should preserve the transaction hash, inspect validated=true, read meta.TransactionResult, and use delivered_amount for payment outcomes. The initial submit response alone is not proof of settlement.
A validated Payment has a unique hash, fee, source account, destination, sequence, ledger index, and metadata. XRPAuthority's decoder asks a public server for that record and explains the fields without requesting a secret.
Read the finality specification ↗Use the existing XRPAuthority tool or learning workflow. Live tools request public data only; simulations never ask for signing material.
Decode a transaction hash →Keep the network, validated ledger, hash, result, exact asset identity, and retrieval time with any conclusion. A protocol capability does not prove a person, issuer, or service is trustworthy.