Function mine_transactions
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
pub fn mine_transactions<'a, 'b, 'c, 'd>(
node: &'a Node<'b, 'c, 'd>,
txn: &[&Transaction],
)
Mine a single block containing the given transactions