referrerpolicy=no-referrer-when-downgrade

Type Alias pallet_broker::migration::MigrateV0ToV1

source ·
pub type MigrateV0ToV1<T> = VersionedMigration<0, 1, MigrateToV1Impl<T>, Pallet<T>, <T as Config>::DbWeight>;
Expand description

Migrate the pallet storage from 0 to 1.

Aliased Type§

struct MigrateV0ToV1<T> { /* private fields */ }