pub fn unrevoke<T: Config>(
    credential_id: CredentialIdOf<T>,
    authorization: Option<T::AccessControl>
)
Expand description

Unrevokes a public credential.

If a credential was not revoked, this function does not fail but simply results in a noop.

The dispatch origin must be authorized to unrevoke the credential.

Emits CredentialUnrevoked.

Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::unrevoke.