Crate node_inspect

source ·
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 to easily compose inspect sub-command for CLI.
  • Command ran by the CLI

Structs

Enums

Traits

Type Definitions