pub fn mine_transactions<'a, 'b, 'c, 'd>(
    node: &'a Node<'b, 'c, 'd>,
    txn: &[&Transaction],
)
Expand description

Mine a single block containing the given transactions