pub fn revoke_identity<T: Config>(
    idty_index: T::IdtyIndex,
    revocation_key: T::AccountId,
    revocation_sig: T::Signature
)
Expand description

Revoke an identity using a revocation signature

  • idty_index: the index of the identity to be revoked.
  • revocation_key: the key used to sign the revocation payload.
  • revocation_sig: the signature of the encoded form of RevocationPayload. Must be signed by revocation_key.

Any signed origin can execute this call.

§Warning: Doc-Only

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