pub type AssetsForceOrigin = EitherOfDiverse<EnsureRoot<AccountId>, GeneralAdmin>;
Expand description

We allow Root and General Admin to execute privileged asset operations.

Aliased Type§

struct AssetsForceOrigin(/* private fields */);