Expand description
Migrations from the old CodeInfoOf
to the new CodeInfoOf
storage
§Multi-Block Migration v2
- migrate the old
CodeInfoOf
storage to the newCodeInfoOf
which add the newcode_type
field. - Unhold the deposit on the owner and transfer it to the pallet account.
Structs§
- Migration
- Migrates the items of the [
old::CodeInfoOf
] map into [crate::CodeInfoOf
] by adding thecode_type
field.