logo
pub fn run_blocks_with_transfers_and_step(
    transfer_count: usize,
    purse_count: usize,
    use_scratch: bool,
    run_auction: bool,
    block_count: usize,
    delegator_count: usize,
    validator_count: usize,
    report_writer: impl Write
)
Expand description

Run a block with transfers and optionally run step.