Skip to main content

patch_boundary_header

Function patch_boundary_header 

Source
fn patch_boundary_header<TX>(
    db_path: &Path,
    tx: &TX,
    block_number: u64,
    outcome: &OnchainDkgOutcome,
) -> Result<Option<(B256, B256)>>
where TX: DbTx + DbTxMut,