Revoke a Role
Remove a role from a wallet.
Method: revokeRole(role, account)
Arguments: role (bytes32)
– The role being revoked; account (address)
– The wallet losing the role.
Permissions: DEFAULT_ADMIN_ROLE
or ROLE_ADMIN_ROLE
(for role-specific assignments).
Events: When called, the method emits a RoleRevoked
event.
Updated 4 days ago