Type Alias moonbeam_runtime::governance::referenda::FastGeneralAdminOrRoot
source · 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 */);