Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

assert_employment_duration_and_gap

Fully qualified path: smart_identity_proofs::employment::assert_employment_duration_and_gap

pub fn assert_employment_duration_and_gap(
    active: bool,
    activated_at: u64,
    last_paid: u64,
    pay_frequency: u64,
    current_time: u64,
    min_duration_seconds: u64,
    max_gap_seconds: u64,
)