Name | Lookup | Parameters | |
|---|---|---|---|
| create_profile | 1301 | 1 | |
| update_profile | 1302 | 2 | |
| delete_profile | 1303 | 1 | |
| force_create_profile | 1304 | 2 | |
| force_update_profile | 1305 | 2 | |
| force_delete_profile | 1306 | 1 | |
| start_assignment | 1307 | 3 | |
| stop_assignment | 1308 | 2 | |
| force_start_assignment | 1309 | 3 |
Name | Lookup | Attributes | |
|---|---|---|---|
| BootNodesChanged | 1300 | ["ParaId"] | |
| ProfileCreated | 1301 | ["AccountId","ProfileId","BalanceOf"] | |
| ProfileUpdated | 1302 | ["ProfileId","BalanceOf","BalanceOf"] | |
| ProfileDeleted | 1303 | ["ProfileId","BalanceOf"] | |
| AssignmentStarted | 1304 | ["ProfileId","ParaId"] | |
| AssignmentStopped | 1305 | ["ProfileId","ParaId"] |
Name | Type | |
|---|---|---|
| Profiles | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U64"],"value":"pallet_data_preservers:types:RegisteredProfile","keys_id":12,"value_id":646}} | |
| NextProfileId | {"origin":"PlainType","plain_type":"U64","PlainTypeValue":12} | |
| Assignments | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"Vec<U64>","keys_id":46,"value_id":649}} |
Name | Type | Value | |
|---|---|---|---|
| MaxAssignmentsPerParaId | U32 | 0a000000 | |
| MaxNodeUrlLen | U32 | c8000000 | |
| MaxParaIdsVecLen | U32 | 64000000 |
Name | Docs |
|---|---|
| NoBootNodes | This container chain does not have any boot nodes |
| UnknownProfileId | |
| NextProfileIdShouldBeAvailable | |
| AssignmentPaymentRequestParameterMismatch | Made for `AssignmentProcessor` implementors to report a mismatch between`ProviderRequest` and `AssignerParameter`. |
| ProfileAlreadyAssigned | |
| ProfileNotAssigned | |
| ProfileIsNotElligibleForParaId | |
| WrongParaId | |
| MaxAssignmentsPerParaIdReached | |
| CantDeleteAssignedProfile |