Expand description
Basic parachain that adds a number as part of its state.
Structs§
- Block
Data - Block data for this parachain.
- Head
Data - Head data for this parachain.
- State
Mismatch - Start state mismatched with parent header’s state hash.
Constants§
Functions§
- execute
- Execute a block body on top of given parent head, producing new parent head if valid.
- hash_
state - wasm_
binary_ unwrap - Wasm binary unwrapped. If built with
BUILD_DUMMY_WASM_BINARY
, the function panics.