Crates.io | sc-block-builder |
lib.rs | sc-block-builder |
version | 0.42.0 |
source | src |
created_at | 2020-02-27 09:30:36.197762 |
updated_at | 2024-07-18 13:47:56.107496 |
description | Substrate block builder (polkadot v1.15.0) |
homepage | https://substrate.io |
repository | https://github.com/paritytech/polkadot-sdk.git |
max_upload_size | |
id | 213003 |
size | 19,251 |
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