pub fn create_block_chain(
    total_height: usize,
    params: &ChainParams
) -> Vec<Arc<Block>>
Expand description

| Create a blockchain, starting from | genesis |