Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

IAccessControlWithDelayDispatcherTrait

Fully qualified path: openzeppelin_interfaces::access::accesscontrol::IAccessControlWithDelayDispatcherTrait

Part of the group: dispatchers

pub trait IAccessControlWithDelayDispatcherTrait<T>

Trait functions

get_role_status

Fully qualified path: openzeppelin_interfaces::access::accesscontrol::IAccessControlWithDelayDispatcherTrait::get_role_status

fn get_role_status(self: T, role: felt252, account: ContractAddress) -> RoleStatus

grant_role_with_delay

Fully qualified path: openzeppelin_interfaces::access::accesscontrol::IAccessControlWithDelayDispatcherTrait::grant_role_with_delay

fn grant_role_with_delay(self: T, role: felt252, account: ContractAddress, delay: u64)