Name | Lookup | Parameters | |
|---|---|---|---|
| submit_unsigned | 2500 | 2 | |
| set_minimum_untrusted_score | 2501 | 1 | |
| set_emergency_election_result | 2502 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| SolutionStored | 2500 | ||
| ElectionFinalized | 2501 | ||
| Rewarded | 2502 | ||
| Slashed | 2503 | ||
| SignedPhaseStarted | 2504 | ||
| UnsignedPhaseStarted | 2505 |
Name | Type | |
|---|---|---|
| Round | {"origin":"PlainType","plain_type":"u32"} | |
| CurrentPhase | {"origin":"PlainType","plain_type":"Phase<BlockNumber>"} | |
| QueuedSolution | {"origin":"PlainType","plain_type":"ReadySolution<AccountId>"} | |
| Snapshot | {"origin":"PlainType","plain_type":"RoundSnapshot<AccountId>"} | |
| DesiredTargets | {"origin":"PlainType","plain_type":"u32"} | |
| SnapshotMetadata | {"origin":"PlainType","plain_type":"SolutionOrSnapshotSize"} | |
| MinimumUntrustedScore | {"origin":"PlainType","plain_type":"ElectionScore"} |
Name | Type | Value | |
|---|---|---|---|
| UnsignedPhase | BlockNumber | 0x96000000 | |
| SignedPhase | BlockNumber | 0x00000000 | |
| SolutionImprovementThreshold | Perbill | 0x20a10700 | |
| OffchainRepeat | BlockNumber | 0x05000000 |
Name | Docs |
|---|---|
| PreDispatchEarlySubmission | Submission was too early. |
| PreDispatchWrongWinnerCount | Wrong number of winners presented. |
| PreDispatchWeakSubmission | Submission was too weak, score-wise. |
| OcwCallWrongEra | OCW submitted solution for wrong round |
| CallNotAllowed | The call is not allowed at this point. |