pub fn construct_genesis_block<Block>(
    state_root: <Block as Block>::Hash,
    state_version: StateVersion
) -> Blockwhere
    Block: Block,
Expand description

Create a genesis block, given the initial storage.