Expand description
Helper functions and types to assist with decoding.
Re-exports§
pub use scale_decode;
Structs§
- A tracing decode error.
- Details about a single storage entry.
Functions§
- Decode some bytes given a type ID and type resolver, and a visitor which decides the output value.
- An alias to
scale_decode::visitor::decode_with_visitor
. This can be used to decode the byte ranges given back from functions likecrate::extrinsics::decode_extrinsic_current
orcrate::storage::decode_storage_key_current
. - Returns an iterator listing the available storage entries in some metadata.
frame_metadata::RuntimeMetadata
contains information about runtime calls and events. This function adds this information into ascale_info_legacy::TypeRegistry
which can then be referenced by other types. The main types you’ll be able to reference from this set are: