Type Alias gdev_runtime::parameters::TreasuryApproveOrigin
source · pub type TreasuryApproveOrigin = EitherOfDiverse<EnsureRoot<AccountId>, EnsureProportionMoreThan<AccountId, TechnicalCommitteeInstance, 1, 2>>;
Aliased Type§
struct TreasuryApproveOrigin(PhantomData<(EnsureRoot<AccountId32>, EnsureProportionMoreThan<AccountId32, Instance2, 1, 2>)>);
Fields§
§0: PhantomData<(EnsureRoot<AccountId32>, EnsureProportionMoreThan<AccountId32, Instance2, 1, 2>)>