Type Alias moonbeam_runtime::asset_config::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 */);