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-Cstopped the wait. - Inspect an arbitrary transaction (not just your own).
- Pipe into other tools with
--format jsonor--format quiet.