Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

IAccessControlWithDelay

Fully qualified path: openzeppelin_interfaces::access::accesscontrol::IAccessControlWithDelay

pub trait IAccessControlWithDelay<TState>

Trait functions

get_role_status

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

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

grant_role_with_delay

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

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