Expand description
Migrations from the old CodeInfoOf to the new CodeInfoOf storage
§Multi-Block Migration v2
- migrate the old
CodeInfoOfstorage to the newCodeInfoOfwhich add the newcode_typefield. - 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_typefield.