Name | Lookup | Parameters | |
|---|---|---|---|
| add_collator | 1200 | 3 | |
| remove_validator | 1201 | 1 | |
| approve_validator_action | 1202 | 4 | |
| reject_validator_action | 1203 | 3 | |
| end_voting_period | 1204 | 3 |
Name | Lookup | Attributes | |
|---|---|---|---|
| ValidatorRegistered | 1200 | ["AccountId","ecdsa::Public"] | |
| ValidatorDeregistered | 1201 | ["AccountId"] | |
| ValidatorActivationStarted | 1202 | ["AccountId"] | |
| VoteAdded | 1203 | ["AccountId","ActionId<AccountId>","bool"] | |
| VotingEnded | 1204 | ["ActionId<AccountId>","bool"] | |
| ValidatorActionConfirmed | 1205 | ["ActionId<AccountId>"] | |
| ValidatorSlashed | 1206 | ["ActionId<AccountId>"] | |
| OffenceReported | 1207 | ["ValidatorOffenceType","Vec<IdentificationTuple>"] |
Name | Type | |
|---|---|---|
| ValidatorAccountIds | {"origin":"PlainType","plain_type":"Vec<AccountId>","PlainTypeValue":255} | |
| ValidatorActions | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["AccountId","U64"],"value":"pallet_validators_manager:ValidatorsActionData","keys_id":256,"value_id":257}} | |
| VotesRepository | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["pallet_validators_manager:ActionId"],"value":"pallet_avn:vote:VotingSessionData","keys_id":43,"value_id":268}} | |
| PendingApprovals | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"U64","keys_id":0,"value_id":10}} | |
| EthereumPublicKeys | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 33]"],"value":"AccountId","keys_id":41,"value_id":0}} | |
| TotalIngresses | {"origin":"PlainType","plain_type":"U64","PlainTypeValue":10} |
Name | Docs |
|---|---|
| NoTier1EventForAddingValidator | |
| NoTier1EventForRemovingValidator | |
| NoValidators | |
| ValidatorAlreadyExists | |
| InvalidIngressCounter | |
| MinimumValidatorsReached | |
| ErrorEndingVotingPeriod | |
| VotingSessionIsNotValid | |
| ErrorSubmitCandidateTxnToTier1 | |
| ErrorCalculatingPrimaryValidator | |
| ErrorGeneratingEthDescription | |
| ValidatorsActionDataNotFound | |
| RemovalAlreadyRequested | |
| ErrorConvertingAccountIdToValidatorId | |
| SlashedValidatorIsNotFound | |
| ValidatorNotFound | |
| InvalidPublicKey | |
| ValidatorEthKeyAlreadyExists | The ethereum public key of this validator alredy exists |
| ErrorRemovingAccountFromCollators | |
| MaximumValidatorsReached |