Function reducer

Source
pub fn reducer<State, Action>(
    state_context: Substate<'_, Action, State, SnarkBlockVerifyState>,
    action: ActionWithMeta<&SnarkBlockVerifyAction>,
)