referrerpolicy=no-referrer-when-downgrade

Module v2

Source
Expand description

Migrations from the old CodeInfoOf to the new CodeInfoOf storage

§Multi-Block Migration v2

  • migrate the old CodeInfoOf storage to the new CodeInfoOf which add the new code_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 the code_type field.