MigrationCompleted: PlainDescriptor<{
    index: number;
    took: number;
}>

A Migration completed.

Type declaration

  • index: number

    The index of the migration within the [Config::Migrations] list.

  • took: number

    The number of blocks that this migration took so far.