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.
legacy_types
This module contains legacy types that can be used to decode pre-V14 blocks and storage.
storage
This module contains functions for decoding storage keys and values.