sc-block-builder 0.42.0

Substrate block builder (polkadot v1.15.0)
Documentation
1
2
3
4
5
6
7
8
9
Substrate block builder

This crate provides the [`BlockBuilder`] utility and the corresponding runtime api
[`BlockBuilder`](https://docs.rs/sc-block-builder/latest/sc_block_builder/struct.BlockBuilder.html).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