pub fn delegation_in_force(from: u32, until: u32, now: u32) -> bool
Is a delegation temporally in-force at now? [from, until] Unix-epoch bounds, where from == 0 means “no start bound” and until == 0 means “open-ended”.
now
[from, until]
from == 0
until == 0