moonriver_runtime::governance::referenda

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