pub type TreasuryApproveOrigin = EnsureRootOr<EitherOf<TwoThirdOfCouncil, Treasurer>>;
Expand description

The origin which approves and rejects treasury spends.

NOTE: The council will be removed once the OpenGov transition has concluded.

Aliased Type§

struct TreasuryApproveOrigin(/* private fields */);