Crate frame_decode

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 encoding/decoding storage keys and decoding values.
  • See runtime_apis for encoding Runtime API inputs and decoding Runtime API responses
  • See legacy_types to access historic type information for certain chains.

Modulesยง

constants
This module contains types and functions for working with constants.
custom_values
This module contains types and functions for working with custom values.
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.
runtime_apis
This module contains types and functions for working with Runtime APIs.
storage
This module contains functions for decoding storage keys and values.
view_functions
This module contains types and functions for working with View Functions.