Transfer Admin Role
Remove a role from a wallet.
Methods: beginDefaultAdminTransfer(newAdmin) – Initiates a transfer of the DEFAULT_ADMIN_ROLE; acceptDefaultAdminTransfer() – Completes a transfer of the DEFAULT_ADMIN_ROLE.
Arguments: newAdmin (bytes32) – The new administrator's wallet address.
Permissions: DEFAULT_ADMIN_ROLE
Events: When called, the method emits a DefaultAdminTransferScheduled or DefaultAdminTransferCanceled event.
Updated about 1 month ago
