Name | Lookup | Parameters | |
---|---|---|---|
submit_unsigned | 1800 | 2 | |
set_minimum_untrusted_score | 1801 | 1 | |
set_emergency_election_result | 1802 | 1 | |
submit | 1803 | 2 |
Name | Lookup | Attributes | |
---|---|---|---|
SolutionStored | 1800 | ["ElectionCompute","bool"] | |
ElectionFinalized | 1801 | ["Option<ElectionCompute>"] | |
Rewarded | 1802 | ["<T as frame_system::Config>::AccountId","BalanceOf"] | |
Slashed | 1803 | ["<T as frame_system::Config>::AccountId","BalanceOf"] | |
SignedPhaseStarted | 1804 | ["u32"] | |
UnsignedPhaseStarted | 1805 | ["u32"] |
Name | Type | |
---|---|---|
Round | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
CurrentPhase | {"origin":"PlainType","plain_type":"pallet_election_provider_multi_phase:Phase","PlainTypeValue":499} | |
QueuedSolution | {"origin":"PlainType","plain_type":"pallet_election_provider_multi_phase:ReadySolution","PlainTypeValue":501} | |
Snapshot | {"origin":"PlainType","plain_type":"pallet_election_provider_multi_phase:RoundSnapshot","PlainTypeValue":502} | |
DesiredTargets | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
SnapshotMetadata | {"origin":"PlainType","plain_type":"pallet_election_provider_multi_phase:SolutionOrSnapshotSize","PlainTypeValue":374} | |
SignedSubmissionNextIndex | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
SignedSubmissionIndices | {"origin":"PlainType","plain_type":"Vec<Tuple:[U128; 3]U32>","PlainTypeValue":505} | |
SignedSubmissionsMap | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"pallet_election_provider_multi_phase:signed:SignedSubmission","keys_id":4,"value_id":509}} | |
MinimumUntrustedScore | {"origin":"PlainType","plain_type":"[U128; 3]","PlainTypeValue":373} |
Name | Type | Value | |
---|---|---|---|
UnsignedPhase | U32 | 96000000 | |
SignedPhase | U32 | 96000000 | |
SolutionImprovementThreshold | U32 | 20a10700 | |
OffchainRepeat | U32 | 25000000 | |
MinerTxPriority | U64 | ffffffffffffff7f | |
MinerMaxWeight | U64 | c084666557010000 | |
SignedMaxSubmissions | U32 | 80000000 | |
SignedMaxWeight | U64 | c084666557010000 | |
SignedRewardBase | U128 | 0010a5d4e80000000000000000000000 | |
SignedDepositBase | U128 | 00204aa9d10100000000000000000000 | |
SignedDepositByte | U128 | 59730700000000000000000000000000 | |
SignedDepositWeight | U128 | 00000000000000000000000000000000 | |
VoterSnapshotPerBlock | U32 | e4570000 | |
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. |