Type Definition dock_runtime::revoke::UnRevoke

source ·
pub type UnRevoke<T> = WithNonce<T, UnRevokeRaw<T>>;
Expand description

Command to remove a set of revocations within a registry. Removal of revocations is idempotent; removing a revocation that doesn’t exists is allowed, but has no effect.