Registry / other / sp-block-builder

sp-block-builder

JSON →
library40.0.0rscratesunverified

The block builder runtime API for Substrate-based blockchains.

# Cargo.toml [dependencies] sp-block-builder = "40.0.0"
INSTALL
IMPORT
SIG · SP-BLOCK-BUILDER
S
sp-block-builder
otherrustv40.0.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.

BlockBuilder
use sp_block_builder;

Provides the runtime API for building blocks in Substrate-based chains.

use sp_block_builder::BlockBuilder; fn main() { // This is a runtime API trait, typically used in Substrate runtime development. println!("BlockBuilder trait available"); }
Debug
Known issues
gotchaPart of the Substrate/Polkadot SDK; requires specific runtime environment.
fix
Use within a Substrate runtime project with appropriate dependencies.
affects: >=1.0.0
Upgrade
Version history
40.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
sp-block-builder — cargo add sp-block-builder · libregistry