Function is_stale

Source
pub fn is_stale(
    entry: &EscrowEntry,
    now_ns: TimestampNs,
    max_age_ns: u64,
) -> bool
Expand description

Check if an escrow entry is stale (past its expected settlement time).