Zeitgeist
subscan
Runtime Modules / Democracy
Spec Version:
Events
Name
Lookup
Attributes
Proposed1400["PropIndex","BalanceOf"]
Tabled1401["PropIndex","BalanceOf"]
ExternalTabled1402
Started1403["ReferendumIndex","VoteThreshold"]
Passed1404["ReferendumIndex"]
NotPassed1405["ReferendumIndex"]
Cancelled1406["ReferendumIndex"]
Delegated1407["AccountId","AccountId"]
Undelegated1408["AccountId"]
Vetoed1409["AccountId","H256","BlockNumber"]
Blacklisted140a["H256"]
Voted140b["AccountId","ReferendumIndex","AccountVote<BalanceOf>"]
Seconded140c["AccountId","PropIndex"]
ProposalCanceled140d["PropIndex"]
Storage Functions
Name
Type
PublicPropCount{"origin":"PlainType","plain_type":"U32","PlainTypeValue":7}
PublicProps{"origin":"PlainType","plain_type":"Vec<Tuple:U32frame_support:traits:preimages:BoundedAccountId>","PlainTypeValue":413}
DepositOf{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"Tuple:Vec<AccountId>U128","keys_id":7,"value_id":416}}
ReferendumCount{"origin":"PlainType","plain_type":"U32","PlainTypeValue":7}
LowestUnbaked{"origin":"PlainType","plain_type":"U32","PlainTypeValue":7}
ReferendumInfoOf{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"pallet_democracy:types:ReferendumInfo","keys_id":7,"value_id":417}}
VotingOf{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"pallet_democracy:vote:Voting","keys_id":0,"value_id":420}}
LastTabledWasExternal{"origin":"PlainType","plain_type":"Bool","PlainTypeValue":50}
NextExternal{"origin":"PlainType","plain_type":"Tuple:frame_support:traits:preimages:Boundedpallet_democracy:vote_threshold:VoteThreshold","PlainTypeValue":426}
Blacklist{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"Tuple:U64Vec<AccountId>","keys_id":11,"value_id":427}}
Cancellations{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"Bool","keys_id":11,"value_id":50}}
Constants
Name
Type
Value
EnactmentPeriodU644038000000000000
LaunchPeriodU64a08c000000000000
VotingPeriodU64a08c000000000000
VoteLockingPeriodU644038000000000000
MinimumDepositU1280010a5d4e80000000000000000000000
InstantAllowedBool01
FastTrackVotingPeriodU64201c000000000000
CooloffPeriodU64e0c4000000000000
MaxVotesU3264000000
MaxProposalsU3264000000
MaxDepositsU3264000000
MaxBlacklistedU3264000000
Error Types
Name
Docs
ValueLowValue too low
ProposalMissingProposal does not exist
AlreadyCanceledCannot cancel the same proposal twice
DuplicateProposalProposal already made
ProposalBlacklistedProposal still blacklisted
NotSimpleMajorityNext external proposal not simple majority
InvalidHashInvalid hash
NoProposalNo external proposal
AlreadyVetoedIdentity may not veto a proposal twice
ReferendumInvalidVote given for invalid referendum
NoneWaitingNo proposals waiting
NotVoterThe given account did not vote on the referendum.
NoPermissionThe actor has no permission to conduct the action.
AlreadyDelegatingThe account is already delegating.
InsufficientFundsToo high a balance was provided that the account cannot afford.
NotDelegatingThe account is not currently delegating.
VotesExistThe account currently has votes attached to it and the operation cannot succeed untilthese are removed, either through `unvote` or `reap_vote`.
InstantNotAllowedThe instant referendum origin is currently disallowed.
NonsenseDelegation to oneself makes no sense.
WrongUpperBoundInvalid upper bound.
MaxVotesReachedMaximum number of votes reached.
TooManyMaximum number of items reached.
VotingPeriodLowVoting period too low