Crates.io | sc-block-builder |
lib.rs | sc-block-builder |
version | 0.46.0 |
created_at | 2020-02-27 09:30:36.197762+00 |
updated_at | 2025-08-01 12:35:22.82701+00 |
description | Substrate block builder |
homepage | https://paritytech.github.io/polkadot-sdk/ |
repository | https://github.com/paritytech/polkadot-sdk.git |
max_upload_size | |
id | 213003 |
size | 108,005 |
Substrate block builder
This crate provides the [BlockBuilder
] utility and the corresponding runtime api
BlockBuilder
.Error
The block builder utility is used in the node as an abstraction over the runtime api to initialize a block, to push extrinsics and to finalize a block.
License: GPL-3.0-or-later WITH Classpath-exception-2.0