subscan
Runtime Modules / Democracy
Spec Version:
Events
Name
Lookup
Attributes
Proposed4600["PropIndex","BalanceOf"]
Tabled4601["PropIndex","BalanceOf"]
Started4602["ReferendumIndex","VoteThreshold"]
FastTrack4603["ReferendumIndex"]
FastTrackReferendum4604["ReferendumIndex"]
Passed4605["ReferendumIndex"]
NotPassed4606["ReferendumIndex"]
Cancelled4607["ReferendumIndex"]
Storage Functions
Name
Type
PublicPropCount{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
PublicProps{"origin":"PlainType","plain_type":"Vec<Tuple:U32frame_support:traits:preimages:BoundedAccountId>","PlainTypeValue":437}
DepositOf{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"Tuple:Vec<AccountId>U128","keys_id":4,"value_id":440}}
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":442}}
VotingOf{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Vec<Tuple:U32democracy:types:Vote>","keys_id":0,"value_id":445}}
NextLaunchTimestamp{"origin":"PlainType","plain_type":"U64","PlainTypeValue":10}
Constants
Name
Type
Value
EnactmentPeriodU32201c0000
VotingPeriodU32e0c40000
FastTrackVotingPeriodU3284030000
MinimumDepositU12800a89c13460200000000000000000000
MaxVotesU3264000000
MaxProposalsU3264000000
MaxDepositsU3264000000
Error Types
Name
Docs
ValueLowValue too low
ProposalMissingProposal does not exist
PreimageMissingPreimage does not exist
NotImminentNot imminent
TooEarlyToo early
ImminentImminent
ReferendumInvalidVote given for invalid referendum
ReferendumFastTrackFailedFast tracking failed, because the referendum isending sooner than the fast track voting period.
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.
TooManyMaximum number of items reached.
TryIntoIntErrorUnable to convert value.