Name | Lookup | Parameters | |
|---|---|---|---|
| migrate_system_account | c700 | 1 | |
| migrate_balances_issuance | c701 | 1 | |
| migrate_vesting_vesting | c702 | 1 | |
| migrate_proxy_proxies | c703 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| MigratedSystemAccounts | c700 | ["u32"] | |
| MigratedVestingAccounts | c701 | ["u32"] | |
| MigratedProxyProxies | c702 | ["u32"] | |
| MigratedTotalIssuance | c703 | ["Balance","Balance"] | |
| FailedToMigrateVestingFor | c704 | ["AccountId"] | |
| MigratedVestingFor | c705 | ["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 | c706 | ["AccountId"] | |
| MigratedProxyDataFor | c707 | ["AccountId","<<T as pallet_proxy::Config>::Currency as frame_support::traits:: Currency<<T as frame_system::Config>::AccountId,>>::Balance","u64"] |
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`. |