Skip to main content

BlockApplyToken

Type Alias BlockApplyToken 

Source
pub type BlockApplyToken = u64;
Expand description

Monotonic token assigned by the reactor to each verifier submission.

The verifier can return stale duplicate completions after a reset and resubmission of the same height/hash. Echoing this token lets the reactor ignore those stale completions instead of releasing a newer in-flight body.