Skip to main content

Revocations

Type Alias Revocations 

Source
pub type Revocations = BTreeMap<String, u64>;
Expand description

Actor id (hex, as author_key carries it) → the log position its binding was revoked at, from /api/view’s bindings[].revoked.at.

Supplied by the caller rather than folded from the page, because a page is a window: the RevokeKey that matters may sit outside it, and a verifier that inferred “not revoked” from “no revocation in view” would be answering a question it cannot see.

Aliased Type§

pub struct Revocations { /* private fields */ }