Crate sc_runtime_utilities

Source
Expand description

Substrate client runtime utilities.

Provides convenient APIs to ease calling functions contained by a FRAME runtime WASM blob.

Modules§

error
Errors types of runtime utilities.

Structs§

RuntimeCaller
Simple utility that is used to call into the runtime.

Functions§

fetch_latest_metadata_from_code_blob
Fetches the latest metadata from the given runtime blob.