astar
subscan
Runtime Modules / Democracy
Spec Version:
Events
Name
Lookup
Attributes
Proposed6a00["PropIndex","BalanceOf"]
Tabled6a01["PropIndex","BalanceOf"]
ExternalTabled6a02
Started6a03["ReferendumIndex","VoteThreshold"]
Passed6a04["ReferendumIndex"]
NotPassed6a05["ReferendumIndex"]
Cancelled6a06["ReferendumIndex"]
Delegated6a07["AccountId","AccountId"]
Undelegated6a08["AccountId"]
Vetoed6a09["AccountId","Hash","BlockNumberFor"]
Blacklisted6a0a["Hash"]
Voted6a0b["AccountId","ReferendumIndex","AccountVote<BalanceOf>"]
Seconded6a0c["AccountId","PropIndex"]
ProposalCanceled6a0d["PropIndex"]
MetadataSet6a0e["MetadataOwner","Hash"]
MetadataCleared6a0f["MetadataOwner","Hash"]
MetadataTransferred6a10["MetadataOwner","MetadataOwner","Hash"]
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":693}
DepositOf{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"Tuple:bounded_collections:bounded_vec:BoundedVec@697U128","keys_id":4,"value_id":696}}
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":"pallet_democracy:types:ReferendumInfo","keys_id":4,"value_id":698}}
VotingOf{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"pallet_democracy:vote:Voting","keys_id":0,"value_id":701}}
LastTabledWasExternal{"origin":"PlainType","plain_type":"Bool","PlainTypeValue":8}
NextExternal{"origin":"PlainType","plain_type":"Tuple:frame_support:traits:preimages:Boundedpallet_democracy:vote_threshold:VoteThreshold","PlainTypeValue":707}
Blacklist{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"Tuple:U32Vec<AccountId>","keys_id":13,"value_id":708}}
Cancellations{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"Bool","keys_id":13,"value_id":8}}
MetadataOf{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["pallet_democracy:types:MetadataOwner"],"value":"H256","keys_id":209,"value_id":13}}
Constants
Name
Type
Value
EnactmentPeriodU3280700000
LaunchPeriodU32c0890100
VotingPeriodU32c0890100
VoteLockingPeriodU3240fa0100
MinimumDepositU1280000a0dec5adc9353600000000000000
InstantAllowedBool01
FastTrackVotingPeriodU32b0040000
CooloffPeriodU32c0890100
MaxVotesU3280000000
MaxProposalsU3280000000
MaxDepositsU3280000000
MaxBlacklistedU3280000000
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
PreimageNotExistThe preimage does not exist.