pub fn is_stale(
entry: &EscrowEntry,
now_ns: TimestampNs,
max_age_ns: u64,
) -> boolExpand description
Check if an escrow entry is stale (past its expected settlement time).
pub fn is_stale(
entry: &EscrowEntry,
now_ns: TimestampNs,
max_age_ns: u64,
) -> boolCheck if an escrow entry is stale (past its expected settlement time).