Name | Lookup | Parameters | |
|---|---|---|---|
| submit_unsigned | 2500 | 2 | |
| set_minimum_untrusted_score | 2501 | 1 | |
| set_emergency_election_result | 2502 | 1 | |
| submit | 2503 | 1 | |
| governance_fallback | 2504 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| SolutionStored | 2500 | ["ElectionCompute","bool"] | |
| ElectionFinalized | 2501 | ["Option<ElectionCompute>"] | |
| Rewarded | 2502 | ["<T as frame_system::Config>::AccountId","BalanceOf"] | |
| Slashed | 2503 | ["<T as frame_system::Config>::AccountId","BalanceOf"] | |
| SignedPhaseStarted | 2504 | ["u32"] | |
| UnsignedPhaseStarted | 2505 | ["u32"] |
Name | Type | |
|---|---|---|
| Round | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| CurrentPhase | {"origin":"PlainType","plain_type":"pallet_election_provider_multi_phase:Phase","PlainTypeValue":627} | |
| QueuedSolution | {"origin":"PlainType","plain_type":"pallet_election_provider_multi_phase:ReadySolution","PlainTypeValue":629} | |
| Snapshot | {"origin":"PlainType","plain_type":"pallet_election_provider_multi_phase:RoundSnapshot","PlainTypeValue":630} | |
| DesiredTargets | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| SnapshotMetadata | {"origin":"PlainType","plain_type":"pallet_election_provider_multi_phase:SolutionOrSnapshotSize","PlainTypeValue":469} | |
| SignedSubmissionNextIndex | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| SignedSubmissionIndices | {"origin":"PlainType","plain_type":"Vec<Tuple:sp_npos_elections:ElectionScoreU32>","PlainTypeValue":633} | |
| SignedSubmissionsMap | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"pallet_election_provider_multi_phase:signed:SignedSubmission","keys_id":4,"value_id":637}} | |
| MinimumUntrustedScore | {"origin":"PlainType","plain_type":"sp_npos_elections:ElectionScore","PlainTypeValue":468} |
Name | Type | Value | |
|---|---|---|---|
| UnsignedPhase | U32 | 96000000 | |
| SignedPhase | U32 | 96000000 | |
| SolutionImprovementThreshold | U32 | 20a10700 | |
| OffchainRepeat | U32 | 12000000 | |
| MinerTxPriority | U64 | 65666666666666e6 | |
| MinerMaxWeight | U64 | 207ba49957010000 | |
| SignedMaxSubmissions | U32 | 10000000 | |
| SignedMaxWeight | U64 | 207ba49957010000 | |
| SignedRewardBase | U128 | 00e87648170000000000000000000000 | |
| SignedDepositBase | U128 | 2030490b1f0000000000000000000000 | |
| SignedDepositByte | U128 | 277f0000000000000000000000000000 | |
| SignedDepositWeight | U128 | 00000000000000000000000000000000 | |
| MaxElectingVoters | U32 | d4300000 | |
| MaxElectableTargets | U16 | ffff | |
| MinerMaxLength | U32 | 00003600 |
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 |