Module substrate_test_runtime::system[][src]

Expand description

System manager: Handles all of the top-level stuff; executing block/transaction, setting code and depositing logs.

Structs

The block executor.

Genesis config for the module, allow to build genesis storage.

Enums

Dispatchable calls.

Functions

Execute a transaction outside of the block execution function. This doesn’t attempt to validate anything regarding the block.

Finalize the block.

Actually execute all transitioning for block.

Execute a transaction outside of the block execution function. This doesn’t attempt to validate anything regarding the block.

Type Definitions

Type alias to Module, to be used by construct_runtime.