pub type TreasurySpender = EitherOf<EnsureRootWithSuccess<AccountId, MaxBalance>, Spender>;

Aliased Type§

struct TreasurySpender(/* private fields */);