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 | ||
| MigratedVestingAccounts | c701 | ||
| MigratedProxyProxies | c702 | ||
| MigratedTotalIssuance | c703 | ||
| FailedToMigrateVestingFor | c704 | ||
| MigratedVestingFor | c705 | ||
| FailedToMigrateProxyDataFor | c706 | ||
| MigratedProxyDataFor | c707 |
Name | Type | Value | |
|---|---|---|---|
| MigrationMaxAccounts | u32 | 0x64000000 | |
| MigrationMaxVestings | u32 | 0x0a000000 | |
| MigrationMaxProxies | u32 | 0x0a000000 |
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`. |