pub fn create_block_by_mining(
    id: BlockId,
    previous: BlockHs,
    timestamp: BlockTs,
    transactions: Vec<SignedTransaction>
) -> (BlockNc, BlockHs)
Expand description

Mines a new block

where Dt represents transaction data