subscan
Runtime Modules / Democracy
Spec Version:
Events
Name
Lookup
Attributes
Proposed4600["PropIndex","BalanceOf"]
Tabled4601["PropIndex","BalanceOf","Vec<AccountId>"]
Started4602["ReferendumIndex","VoteThreshold"]
FastTrack4603["ReferendumIndex"]
FastTrackReferendum4604["ReferendumIndex"]
Passed4605["ReferendumIndex"]
NotPassed4606["ReferendumIndex"]
Cancelled4607["ReferendumIndex"]
Executed4608["ReferendumIndex","DispatchResult"]
PreimageNoted4609["Hash","AccountId","BalanceOf"]
PreimageUsed460a["Hash","AccountId","BalanceOf"]
PreimageInvalid460b["Hash","ReferendumIndex"]
PreimageMissing460c["Hash","ReferendumIndex"]
PreimageReaped460d["Hash","AccountId","BalanceOf","AccountId"]
Storage Functions
Name
Type
PublicPropCount{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
PublicProps{"origin":"PlainType","plain_type":"Vec<Tuple:U32H256AccountId>","PlainTypeValue":400}
DepositOf{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"Tuple:Vec<AccountId>U128","keys_id":4,"value_id":402}}
Preimages{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"democracy:PreimageStatus","keys_id":9,"value_id":403}}
ReferendumCount{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
LowestUnbaked{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
ReferendumInfoOf{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"democracy:types:ReferendumInfo","keys_id":4,"value_id":404}}
VotingOf{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Vec<Tuple:U32democracy:types:Vote>","keys_id":0,"value_id":407}}
StorageVersion{"origin":"PlainType","plain_type":"democracy:Releases","PlainTypeValue":410}
Constants
Name
Type
Value
EnactmentPeriodU32201c0000
LaunchPeriodU32e0c40000
VotingPeriodU32e0c40000
MinimumDepositU12800a89c13460200000000000000000000
FastTrackVotingPeriodU3284030000
PreimageByteDepositU12840420f00000000000000000000000000
MaxVotesU3264000000
MaxProposalsU3264000000
Error Types
Name
Docs
ValueLowValue too low
ProposalMissingProposal does not exist
DuplicateProposalProposal already made
DuplicatePreimagePreimage already noted
NotImminentNot imminent
TooEarlyToo early
ImminentImminent
PreimageMissingPreimage not found
ReferendumInvalidVote given for invalid referendum
ReferendumFastTrackFailedFast tracking failed, because the referendum isending sooner than the fast track voting period.
PreimageInvalidInvalid preimage
NoneWaitingNo proposals waiting
NotProposerThe given account did not make this proposal.
NotVoterThe given account did not vote on the referendum.
InsufficientFundsToo high a balance was provided that the account cannot afford.
WrongUpperBoundInvalid upper bound.
MaxVotesReachedMaximum number of votes reached.
TooManyProposalsMaximum number of proposals reached.