generate_next_block

Function generate_next_block 

Source
pub async fn generate_next_block(
    extended_fork: &mut Fork,
    recipient_config: &MinerRewardsRecipientConfig,
    zkbin: &ZkBinary,
    pk: &ProvingKey,
    block_target: u32,
    verify_fees: bool,
) -> Result<(BigUint, BlockInfo, SecretKey)>
Expand description

Auxiliary function to generate next block in an atomic manner.