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 */);
pub type AssetsForceOrigin = EitherOfDiverse<EnsureRoot<AccountId>, GeneralAdmin>;
We allow Root and General Admin to execute privileged asset operations.
struct AssetsForceOrigin(/* private fields */);