Crate frame_decode

source
Expand description

Decode extrinsics and storage values from substrate based networks which expose frame-metadata::RuntimeMetadata like Polkadot.

  • See extrinsics for decoding Extrinsics.
  • See storage for decoding storage keys and values.

Modulesยง

  • This module contains functions for decoding extrinsics.
  • Helper functions and types to assist with decoding.
  • This module contains functions for decoding storage keys and values.