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