Name | Lookup | Parameters | |
|---|---|---|---|
| migrate_system_account | 5f00 | 1 | |
| migrate_balances_issuance | 5f01 | 1 | |
| migrate_vesting_vesting | 5f02 | 1 | |
| migrate_proxy_proxies | 5f03 | 1 | |
| finalize | 5f04 | - |
Name | Lookup | Attributes | |
|---|---|---|---|
| MigratedSystemAccounts | 5f00 | ["u32"] | |
| MigratedVestingAccounts | 5f01 | ["u32"] | |
| MigratedProxyProxies | 5f02 | ["u32"] | |
| MigratedTotalIssuance | 5f03 | ["Balance","Balance"] | |
| FailedToMigrateVestingFor | 5f04 | ["AccountId"] | |
| MigratedVestingFor | 5f05 | ["AccountId","<<T as pallet_vesting::Config>::Currency as frame_support::traits:: Currency<<T as frame_system::Config>::AccountId,>>::Balance","<<T as pallet_vesting::Config>::Currency as frame_support::traits:: Currency<<T as frame_system::Config>::AccountId,>>::Balance","BlockNumber"] | |
| FailedToMigrateProxyDataFor | 5f06 | ["AccountId"] | |
| MigratedProxyDataFor | 5f07 | ["AccountId","<<T as pallet_proxy::Config>::Currency as frame_support::traits:: Currency<<T as frame_system::Config>::AccountId,>>::Balance","u64"] | |
| MigrationFinished | 5f08 |
Name | Type | |
|---|---|---|
| Status | {"origin":"PlainType","plain_type":"pallet_migration_manager:MigrationStatus","PlainTypeValue":406} |
Name | Type | Value | |
|---|---|---|---|
| MigrationMaxAccounts | U32 | 64000000 | |
| MigrationMaxVestings | U32 | 0a000000 | |
| MigrationMaxProxies | U32 | 0a000000 |
Name | Docs |
|---|---|
| TooManyAccounts | Too many accounts in the vector for the call of `migrate_system_account`. |
| TooManyVestings | Too many vestingInfos in the vector for the call of `migrate_veting_vesting`. |
| TooManyProxies | Too many proxies in the vector for the call of `migrate_proxy_proxies`. |
| MigrationAlreadyCompleted | Indicates that a migration call happened, although the migration is already closed |
| OnlyFinalizeOngoing | Indicates that a finalize call happened, although the migration pallet is not in anongoing migration |