Expand description
A CLI extension for substrate node, adding sub-command to pretty print debug info about blocks and extrinsics.
The blocks and extrinsics can either be retrieved from the database (on-chain), or a raw SCALE-encoding can be provided.
Modules§
Structs§
- Debug
Printer - Default dummy debug printer.
- Inspector
- Blockchain inspector.
Enums§
- Block
Address - A block to retrieve.
- Error
- Aggregated error for
Inspector
operations. - Extrinsic
Address - An extrinsic address to decode and print out.
Traits§
- Chain
Access - A helper trait to access block headers and bodies.
- Pretty
Printer - A Pretty formatter implementation.
Type Aliases§
- Block
Address For - A helper type for a generic block input.