sc-block-builder

Crates.iosc-block-builder
lib.rssc-block-builder
version0.42.0
sourcesrc
created_at2020-02-27 09:30:36.197762
updated_at2024-07-18 13:47:56.107496
descriptionSubstrate block builder (polkadot v1.15.0)
homepagehttps://substrate.io
repositoryhttps://github.com/paritytech/polkadot-sdk.git
max_upload_size
id213003
size19,251
Parity Crate Owner (parity-crate-owner)

documentation

README

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

Commit count: 17920

cargo fmt