Skip to main content

decode_runtime_metadata

Function decode_runtime_metadata 

Source
pub fn decode_runtime_metadata(input: &[u8]) -> Result<RuntimeMetadata, Error>
Expand description

A utility function to decode SCALE encoded metadata. This is much like Metadata::decode_from but doesn’t do the final step of converting the decoded metadata into Metadata.