Name | Lookup | Parameters | |
---|---|---|---|
create_profile | 1b01 | 1 | |
update_profile | 1b02 | 2 | |
delete_profile | 1b03 | 1 | |
force_create_profile | 1b04 | 2 | |
force_update_profile | 1b05 | 2 | |
force_delete_profile | 1b06 | 1 | |
start_assignment | 1b07 | 3 | |
stop_assignment | 1b08 | 2 | |
force_start_assignment | 1b09 | 3 |
Name | Lookup | Attributes | |
---|---|---|---|
BootNodesChanged | 1b00 | ["ParaId"] | |
ProfileCreated | 1b01 | ["AccountId","ProfileId","BalanceOf"] | |
ProfileUpdated | 1b02 | ["ProfileId","BalanceOf","BalanceOf"] | |
ProfileDeleted | 1b03 | ["ProfileId","BalanceOf"] | |
AssignmentStarted | 1b04 | ["ProfileId","ParaId"] | |
AssignmentStopped | 1b05 | ["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":479}} | |
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":61,"value_id":482}} |
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 `AssignmentPayment` implementors to report a mismatch between`ProviderRequest` and `AssignerParameter`. |
ProfileAlreadyAssigned | |
ProfileNotAssigned | |
ProfileIsNotElligibleForParaId | |
WrongParaId | |
MaxAssignmentsPerParaIdReached | |
CantDeleteAssignedProfile |