Function diemdb::test_helper::arb_blocks_to_commit_impl
source · pub fn arb_blocks_to_commit_impl(
num_accounts: usize,
max_txn_per_block: usize,
max_blocks: usize
) -> impl Strategy<Value = Vec<(Vec<TransactionToCommit>, LedgerInfoWithSignatures)>>