pub fn lease_grants_proof(
lease: &Option<LeaderLease>,
owner: &LeaderLeaseOwner,
deadline: &LeaseDeadline,
proof: &LeaderProof,
) -> boolExpand description
Whether a captured proof still matches the current exact grant and local deadline.