Function bitcoin_test::create_block_chain
source · pub fn create_block_chain(
total_height: usize,
params: &ChainParams
) -> Vec<Arc<Block>>Expand description
| Create a blockchain, starting from | genesis |
pub fn create_block_chain(
total_height: usize,
params: &ChainParams
) -> Vec<Arc<Block>>| Create a blockchain, starting from | genesis |