Type Alias pallet_child_bounties::migration::MigrateV0ToV1
source · pub type MigrateV0ToV1<T, TransferWeight> = VersionedMigration<0, 1, MigrateToV1Impl<T, TransferWeight>, Pallet<T>, <T as Config>::DbWeight>;
Expand description
Migrate the pallet storage from 0
to 1
.
Aliased Type§
struct MigrateV0ToV1<T, TransferWeight> { /* private fields */ }