Files
pezkuwi-subxt/substrate/client/block-builder/README.md
T
Benjamin Kampmann 2416aa7999 prepping for releasing rc6 (#6922)
* Bump version

* update test-utils crates to be ready for publishing

* adding changelog

* Adding automaticly generated READMEs

* fixing versions

* another version mishap
2020-08-20 17:04:42 +02:00

9 lines
371 B
Markdown

Substrate block builder
This crate provides the [`BlockBuilder`] utility and the corresponding runtime api
[`BlockBuilder`](sp_block_builder::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