Type Definition dock_runtime::revoke::Revoke

source ·
pub type Revoke<T> = WithNonce<T, RevokeRaw<T>>;
Expand description

Command to create a set of revocations withing a registry. Creation of revocations is idempotent; creating a revocation that already exists is allowed, but has no effect.