pub type FastGeneralAdminOrRoot = EitherOf<EnsureRoot<AccountId>, EitherOf<GeneralAdmin, FastGeneralAdmin>>;
Expand description

The policy allows for Root, GeneralAdmin or FastGeneralAdmin.

Aliased Type§

struct FastGeneralAdminOrRoot(/* private fields */);