moonbase_runtime::asset_config

Type Alias AssetsForceOrigin

Source
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 */);