Type Alias pallet_xc_asset_config::pallet::AssetHubMigrationStep

source ·
pub type AssetHubMigrationStep<T: Config> = StorageValue<_GeneratedPrefixForStorageAssetHubMigrationStep<T>, MigrationStep, ValueQuery>;
Expand description

Storage type is [StorageValue] with value type MigrationStep.

Aliased Type§

struct AssetHubMigrationStep<T: Config>(/* private fields */);