BEAM·v0.1.1·MACOS · LINUX·SHA-256 VERIFIED

txn

Inspect a transaction by hash on the selected chain.

Usage

$ beam txn <tx-hash>

Returns the transaction's receipt and decoded fields on the active chain.

Examples

$ beam txn 0xabc123...
$ beam --chain base txn 0xabc123...
$ beam --format json txn 0xabc123...

When to use it

  • Confirm a write command's hash after Ctrl-C stopped the wait.
  • Inspect an arbitrary transaction (not just your own).
  • Pipe into other tools with --format json or --format quiet.