Registry / networking / sc-executor

sc-executor

JSON →
library0.49.0rscratesunverified

Provides means of executing and dispatching calls into the runtime for Substrate-based blockchains.

# Cargo.toml [dependencies] sc-executor = "0.49.0"
INSTALL
IMPORT
SIG · SC-EXECUTOR
S
sc-executor
networkingrustv0.49.0
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.

NativeExecutor
use sc_executor::NativeExecutor;

Imports the NativeExecutor type from sc-executor.

use sc_executor::NativeExecutor; fn main() { // This is a simplified example; actual usage requires a Substrate runtime. println!("Substrate executor module loaded"); }
Debug
Known issues
gotchaRequires a Substrate runtime and proper configuration for execution.
fix
Integrate with a Substrate node and provide the appropriate runtime API.
affects: >=0.49.0
Upgrade
Version history
0.49.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Amazon
1
OpenAI (training)
1
Resources
sc-executor — cargo add sc-executor · libregistry