Crate chainql_frame_metadata

Source
Expand description

Decodable variant of the RuntimeMetadata.

Re-exports§

pub use self::v14::*;

Modules§

v14
Metadata v14

Structs§

OpaqueMetadata
Stores the encoded RuntimeMetadata as raw bytes.
RuntimeMetadataPrefixed
Metadata prefixed by a u32 for reserved usage

Enums§

RuntimeMetadata
The metadata of a runtime. The version ID encoded/decoded through the enum nature of RuntimeMetadata.
RuntimeMetadataDeprecated
Enum that should fail.