Module moonbeam_runtime_common::migrations

source ·
Expand description

§Migrations

This module acts as a registry where each migration is defined. Each migration should implement the “Migration” trait declared in the pallet-migrations crate.

Structs§

Type Aliases§

  • List of common multiblock migrations to be executed by the pallet_multiblock_migrations. The migrations listed here are common to every moonbeam runtime.