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.
pub fn construct_genesis_block<Block>(
state_root: <Block as Block>::Hash,
state_version: StateVersion,
) -> Blockwhere
Block: Block,
Create a genesis block, given the initial storage.