subscan
Runtime Modules / CommitteeManagement
Spec Version:
Call Functions
Events
Name
Lookup
Attributes
SetBanConfig1500["BanConfigStruct"]
BanValidators1501["Vec<(AccountId, BanInfo)>"]
Storage Functions
Name
Type
LenientThreshold{"origin":"PlainType","plain_type":"U64","PlainTypeValue":331}
SessionValidatorBlockCount{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"U32","keys_id":0,"value_id":4}}
ValidatorEraTotalReward{"origin":"PlainType","plain_type":"Vec<Tuple:AccountIdU32>","PlainTypeValue":332}
BanConfig{"origin":"PlainType","plain_type":"primitives:BanConfig","PlainTypeValue":70}
UnderperformedValidatorSessionCount{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"U32","keys_id":0,"value_id":4}}
Banned{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"primitives:BanInfo","keys_id":0,"value_id":73}}
CurrentAndNextSessionValidatorsStorage{"origin":"PlainType","plain_type":"pallet_committee_management:CurrentAndNextSessionValidators","PlainTypeValue":333}
Constants
Name
Type
Value
SessionPeriodU3284030000
Error Types
Name
Docs
InvalidBanConfigRaised in any scenario [`BanConfig`] is invalid* `performance_ratio_threshold` must be a number in range [0; 100]* `underperformed_session_count_threshold` must be a positive number,* `clean_session_counter_delay` must be a positive number.
BanReasonTooBigBan reason is too big, ie given vector of bytes is greater than[`primitives::DEFAULT_BAN_REASON_LENGTH`]
InvalidLenientThresholdLenient threshold not in [0-100] range