Vara
subscan
Runtime Modules / ElectionProviderMultiPhase
Spec Version:
Events
Name
Lookup
Attributes
SolutionStored1b00["ElectionCompute","Option<AccountId>","bool"]
ElectionFinalized1b01["ElectionCompute","ElectionScore"]
ElectionFailed1b02
Rewarded1b03["<T as frame_system::Config>::AccountId","BalanceOf"]
Slashed1b04["<T as frame_system::Config>::AccountId","BalanceOf"]
PhaseTransitioned1b05["Phase<BlockNumber>","Phase<BlockNumber>","u32"]
Storage Functions
Name
Type
Round{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
CurrentPhase{"origin":"PlainType","plain_type":"pallet_election_provider_multi_phase:Phase","PlainTypeValue":303}
QueuedSolution{"origin":"PlainType","plain_type":"pallet_election_provider_multi_phase:ReadySolution","PlainTypeValue":516}
Snapshot{"origin":"PlainType","plain_type":"pallet_election_provider_multi_phase:RoundSnapshot","PlainTypeValue":518}
DesiredTargets{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
SnapshotMetadata{"origin":"PlainType","plain_type":"pallet_election_provider_multi_phase:SolutionOrSnapshotSize","PlainTypeValue":244}
SignedSubmissionNextIndex{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
SignedSubmissionIndices{"origin":"PlainType","plain_type":"Vec<Tuple:sp_npos_elections:ElectionScoreU32U32>","PlainTypeValue":521}
SignedSubmissionsMap{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"pallet_election_provider_multi_phase:signed:SignedSubmission","keys_id":4,"value_id":524}}
MinimumUntrustedScore{"origin":"PlainType","plain_type":"sp_npos_elections:ElectionScore","PlainTypeValue":243}
Constants
Name
Type
Value
UnsignedPhaseU3258020000
SignedPhaseU3258020000
BetterSignedThresholdU3200000000
BetterUnsignedThresholdU32a0860100
OffchainRepeatU3225000000
MinerTxPriorityU64feffffffffffff7f
SignedMaxSubmissionsU320a000000
SignedMaxWeightsp_weights:weight_v2:Weight0728545c1c3313ec51b81e85eb5138
SignedMaxRefundsU3203000000
SignedRewardBaseU1280040e59c301200000000000000000000
SignedDepositBaseU1280040e59c301200000000000000000000
SignedDepositByteU12800d0ed902e0000000000000000000000
SignedDepositWeightU12800000000000000000000000000000000
MaxElectingVotersU32409c0000
MaxElectableTargetsU161027
MaxWinnersU32e8030000
MinerMaxLengthU3200001200
MinerMaxWeightsp_weights:weight_v2:Weight0728545c1c3313ec51b81e85eb5138
MinerMaxVotesPerVoterU3210000000
MinerMaxWinnersU32e8030000
Error Types
Name
Docs
PreDispatchEarlySubmissionSubmission was too early.
PreDispatchWrongWinnerCountWrong number of winners presented.
PreDispatchWeakSubmissionSubmission was too weak, score-wise.
SignedQueueFullThe queue was full, and the solution was not better than any of the existing ones.
SignedCannotPayDepositThe origin failed to pay the deposit.
SignedInvalidWitnessWitness data to dispatchable is invalid.
SignedTooMuchWeightThe signed submission consumes too much weight
OcwCallWrongEraOCW submitted solution for wrong round
MissingSnapshotMetadataSnapshot metadata should exist but didn't.
InvalidSubmissionIndex`Self::insert_submission` returned an invalid index.
CallNotAllowedThe call is not allowed at this point.
FallbackFailedThe fallback failed
BoundNotMetSome bound not met
TooManyWinnersSubmitted solution has too many winners