Name | Lookup | Parameters | |
|---|---|---|---|
| submit_unsigned | 2000 | 2 | |
| set_minimum_untrusted_score | 2001 | 1 | |
| set_emergency_election_result | 2002 | 1 | |
| submit | 2003 | 1 | |
| governance_fallback | 2004 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| SolutionStored | 2000 | ["ElectionCompute","bool"] | |
| ElectionFinalized | 2001 | ["ElectionCompute","ElectionScore"] | |
| ElectionFailed | 2002 | ||
| Rewarded | 2003 | ["<T as frame_system::Config>::AccountId","BalanceOf"] | |
| Slashed | 2004 | ["<T as frame_system::Config>::AccountId","BalanceOf"] | |
| SignedPhaseStarted | 2005 | ["u32"] | |
| UnsignedPhaseStarted | 2006 | ["u32"] |
Name | Type | |
|---|---|---|
| Round | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| CurrentPhase | {"origin":"PlainType","plain_type":"pallet_election_provider_multi_phase:Phase","PlainTypeValue":560} | |
| QueuedSolution | {"origin":"PlainType","plain_type":"pallet_election_provider_multi_phase:ReadySolution","PlainTypeValue":562} | |
| Snapshot | {"origin":"PlainType","plain_type":"pallet_election_provider_multi_phase:RoundSnapshot","PlainTypeValue":563} | |
| DesiredTargets | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| SnapshotMetadata | {"origin":"PlainType","plain_type":"pallet_election_provider_multi_phase:SolutionOrSnapshotSize","PlainTypeValue":229} | |
| SignedSubmissionNextIndex | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| SignedSubmissionIndices | {"origin":"PlainType","plain_type":"Vec<Tuple:sp_npos_elections:ElectionScoreU32>","PlainTypeValue":566} | |
| SignedSubmissionsMap | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"pallet_election_provider_multi_phase:signed:SignedSubmission","keys_id":4,"value_id":570}} | |
| MinimumUntrustedScore | {"origin":"PlainType","plain_type":"sp_npos_elections:ElectionScore","PlainTypeValue":227} |
Name | Type | Value | |
|---|---|---|---|
| UnsignedPhase | U32 | 84030000 | |
| SignedPhase | U32 | 84030000 | |
| BetterSignedThreshold | U32 | 00000000 | |
| BetterUnsignedThreshold | U32 | 20a10700 | |
| OffchainRepeat | U32 | 05000000 | |
| MinerTxPriority | U64 | feffffffffffff7f | |
| SignedMaxSubmissions | U32 | 0a000000 | |
| SignedMaxWeight | U64 | 9044361396000000 | |
| SignedMaxRefunds | U32 | 03000000 | |
| SignedRewardBase | U64 | 40420f0000000000 | |
| SignedDepositBase | U64 | 0065cd1d00000000 | |
| SignedDepositByte | U64 | 1027000000000000 | |
| SignedDepositWeight | U64 | 0000000000000000 | |
| MaxElectingVoters | U32 | a00f0000 | |
| MaxElectableTargets | U16 | ffff |
Name | Docs |
|---|---|
| PreDispatchEarlySubmission | Submission was too early. |
| PreDispatchWrongWinnerCount | Wrong number of winners presented. |
| PreDispatchWeakSubmission | Submission was too weak, score-wise. |
| SignedQueueFull | The queue was full, and the solution was not better than any of the existing ones. |
| SignedCannotPayDeposit | The origin failed to pay the deposit. |
| SignedInvalidWitness | Witness data to dispatchable is invalid. |
| SignedTooMuchWeight | The signed submission consumes too much weight |
| OcwCallWrongEra | OCW submitted solution for wrong round |
| MissingSnapshotMetadata | Snapshot metadata should exist but didn't. |
| InvalidSubmissionIndex | `Self::insert_submission` returned an invalid index. |
| CallNotAllowed | The call is not allowed at this point. |
| FallbackFailed | The fallback failed |