[−][src]Crate sc_block_builder
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.
Structs
| BlockBuilder | Utility for building new (valid) blocks from a stream of extrinsics. |
| BuiltBlock | A block that was build by |
Traits
| BlockBuilderApi | The |