Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

AccountRoleInfo

Information about whether a role is active for an account or not.

Fully qualified path: openzeppelin_access::accesscontrol::account_role_info::AccountRoleInfo

[derive(Copy, Drop, Serde, PartialEq, Debug)]
pub struct AccountRoleInfo {
    pub effective_from: u64,
    pub is_granted: bool,
}

Members

effective_from

Fully qualified path: openzeppelin_access::accesscontrol::account_role_info::AccountRoleInfo::effective_from

pub effective_from: u64

is_granted

Fully qualified path: openzeppelin_access::accesscontrol::account_role_info::AccountRoleInfo::is_granted

pub is_granted: bool