Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

IAccessControlWithDelaySafeDispatcherTrait

Fully qualified path: openzeppelin_interfaces::access::accesscontrol::IAccessControlWithDelaySafeDispatcherTrait

Part of the group: dispatchers

pub trait IAccessControlWithDelaySafeDispatcherTrait<T>

Trait functions

get_role_status

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

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

grant_role_with_delay

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

fn grant_role_with_delay(
    self: T, role: felt252, account: ContractAddress, delay: u64,
) -> Result<(), Array<felt252>>