Name | Lookup | Parameters | |
|---|---|---|---|
| submit_unsigned | 1b00 | 2 | |
| set_minimum_untrusted_score | 1b01 | 1 | |
| set_emergency_election_result | 1b02 | 1 | |
| submit | 1b03 | 1 | |
| governance_fallback | 1b04 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| SolutionStored | 1b00 | ["ElectionCompute","Option<AccountId>","bool"] | |
| ElectionFinalized | 1b01 | ["ElectionCompute","ElectionScore"] | |
| ElectionFailed | 1b02 | ||
| Rewarded | 1b03 | ["<T as frame_system::Config>::AccountId","BalanceOf"] | |
| Slashed | 1b04 | ["<T as frame_system::Config>::AccountId","BalanceOf"] | |
| PhaseTransitioned | 1b05 | ["Phase<BlockNumberFor>","Phase<BlockNumberFor>","u32"] |
Name | Type | |
|---|---|---|
| Round | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| CurrentPhase | {"origin":"PlainType","plain_type":"pallet_election_provider_multi_phase:Phase","PlainTypeValue":297} | |
| QueuedSolution | {"origin":"PlainType","plain_type":"pallet_election_provider_multi_phase:ReadySolution","PlainTypeValue":520} | |
| Snapshot | {"origin":"PlainType","plain_type":"pallet_election_provider_multi_phase:RoundSnapshot","PlainTypeValue":522} | |
| DesiredTargets | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| SnapshotMetadata | {"origin":"PlainType","plain_type":"pallet_election_provider_multi_phase:SolutionOrSnapshotSize","PlainTypeValue":240} | |
| SignedSubmissionNextIndex | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| SignedSubmissionIndices | {"origin":"PlainType","plain_type":"Vec<Tuple:sp_npos_elections:ElectionScoreU32U32>","PlainTypeValue":525} | |
| SignedSubmissionsMap | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"pallet_election_provider_multi_phase:signed:SignedSubmission","keys_id":4,"value_id":528}} | |
| MinimumUntrustedScore | {"origin":"PlainType","plain_type":"sp_npos_elections:ElectionScore","PlainTypeValue":239} |
Name | Type | Value | |
|---|---|---|---|
| UnsignedPhase | U32 | 58020000 | |
| SignedPhase | U32 | 58020000 | |
| BetterSignedThreshold | U32 | 00000000 | |
| BetterUnsignedThreshold | U32 | a0860100 | |
| OffchainRepeat | U32 | 25000000 | |
| MinerTxPriority | U64 | feffffffffffff7f | |
| SignedMaxSubmissions | U32 | 0a000000 | |
| SignedMaxWeight | sp_weights:weight_v2:Weight | 071059531a3313ec51b81e85eb5138 | |
| SignedMaxRefunds | U32 | 03000000 | |
| SignedRewardBase | U128 | 00a0724e180900000000000000000000 | |
| SignedDepositByte | U128 | 00e87648170000000000000000000000 | |
| SignedDepositWeight | U128 | 00000000000000000000000000000000 | |
| MaxWinners | U32 | e8030000 | |
| MinerMaxLength | U32 | 00002400 | |
| MinerMaxWeight | sp_weights:weight_v2:Weight | 071059531a3313ec51b81e85eb5138 | |
| MinerMaxVotesPerVoter | U32 | 10000000 | |
| MinerMaxWinners | U32 | e8030000 |
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 |
| BoundNotMet | Some bound not met |
| TooManyWinners | Submitted solution has too many winners |