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ยง

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