Expand description
Decode extrinsics and storage values from substrate based networks which expose frame-metadata::RuntimeMetadata
like Polkadot.
- See
extrinsicsfor decoding Extrinsics. - See
storagefor encoding/decoding storage keys and decoding values. - See
runtime_apisfor encoding Runtime API inputs and decoding Runtime API responses - See
legacy_typesto 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.