Name | Lookup | Parameters | |
---|---|---|---|
set_inactivity_tracking_status | 2300 | 1 |
Name | Lookup | Attributes | |
---|---|---|---|
ActivityTrackingStatusSet | 2300 | ["ActivityTrackingStatus"] |
Name | Type | |
---|---|---|
CurrentActivityTrackingStatus | {"origin":"PlainType","plain_type":"pallet_inactivity_tracking:pallet:ActivityTrackingStatus","PlainTypeValue":128} | |
InactiveCollators | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"Vec<AccountId>","keys_id":4,"value_id":700}} | |
ActiveCollatorsForCurrentSession | {"origin":"PlainType","plain_type":"Vec<AccountId>","PlainTypeValue":700} |
Name | Type | Value | |
---|---|---|---|
MaxInactiveSessions | U32 | 05000000 | |
MaxCollatorsPerSession | U32 | 64000000 |
Name | Docs |
---|---|
MaxCollatorsPerSessionReached | The size of a collator set for a session has already reached MaxCollatorsPerSession value |
ActivityTrackingStatusUpdateSuspended | Error returned when the activity tracking status is attempted to be updated before the end session |
ActivityTrackingStatusAlreadyEnabled | Error returned when the activity tracking status is attempted to be enabled when it is already enabled |
ActivityTrackingStatusAlreadyDisabled | Error returned when the activity tracking status is attempted to be disabled when it is already disabled |