Registry / other / frame-metadata

frame-metadata

JSON →
library23.0.1rscratesunverified

Metadata types for Substrate runtimes, used for encoding and decoding runtime metadata.

# Cargo.toml [dependencies] frame-metadata = "23.0.1"
INSTALL
IMPORT
SIG · FRAME-METADATA
F
frame-metadata
otherrustv23.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RuntimeMetadataPrefixed
use frame_metadata::RuntimeMetadataPrefixed;

Imports the main metadata type for Substrate runtimes.

use frame_metadata::RuntimeMetadataPrefixed; fn main() { // Metadata is typically decoded from a Substrate node. println!("Frame metadata types available"); }
Debug
Known issues
breakingBreaking changes between major versions; metadata format may differ.
fix
Check the version compatibility with your Substrate node version.
affects: >=23.0.0
Upgrade
Version history
23.0.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
frame-metadata — cargo add frame-metadata · libregistry