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 */);