kusama
subscan
Kusama
Runtime Modules / Democracy
Spec Version:
Storage Functions
Name
Type
PublicPropCount{"origin":"PlainType","plain_type":"PropIndex"}
PublicProps{"origin":"PlainType","plain_type":"Vec<(PropIndex, Hash, AccountId)>"}
Preimages{"origin":"MapType","map_type":{"key":"Hash","hasher":"Blake2_256","value":"(Vec<u8>, AccountId, BalanceOf, BlockNumber)","isLinked":false}}
DepositOf{"origin":"MapType","map_type":{"key":"PropIndex","hasher":"Blake2_256","value":"(BalanceOf, Vec<AccountId>)","isLinked":false}}
ReferendumCount{"origin":"PlainType","plain_type":"ReferendumIndex"}
LowestUnbaked{"origin":"PlainType","plain_type":"ReferendumIndex"}
ReferendumInfoOf{"origin":"MapType","map_type":{"key":"ReferendumIndex","hasher":"Blake2_256","value":"ReferendumInfo<BlockNumber, Hash>","isLinked":false}}
DispatchQueue{"origin":"PlainType","plain_type":"Vec<(BlockNumber, Hash, ReferendumIndex)>"}
VotersFor{"origin":"MapType","map_type":{"key":"ReferendumIndex","hasher":"Blake2_256","value":"Vec<AccountId>","isLinked":false}}
VoteOf{"origin":"MapType","map_type":{"key":"(ReferendumIndex, AccountId)","hasher":"Blake2_256","value":"Vote","isLinked":false}}
Proxy{"origin":"MapType","map_type":{"key":"AccountId","hasher":"Blake2_256","value":"ProxyState<AccountId>","isLinked":false}}
Delegations{"origin":"MapType","map_type":{"key":"AccountId","hasher":"Blake2_256","value":"(AccountId, Conviction)","isLinked":true}}
Locks{"origin":"MapType","map_type":{"key":"AccountId","hasher":"Blake2_256","value":"BlockNumber","isLinked":false}}
LastTabledWasExternal{"origin":"PlainType","plain_type":"bool"}
NextExternal{"origin":"PlainType","plain_type":"(Hash, VoteThreshold)"}
Blacklist{"origin":"MapType","map_type":{"key":"Hash","hasher":"Blake2_256","value":"(BlockNumber, Vec<AccountId>)","isLinked":false}}
Cancellations{"origin":"MapType","map_type":{"key":"Hash","hasher":"Blake2_256","value":"bool","isLinked":false}}
Constants
Name
Type
Value
EnactmentPeriodBlockNumber0x00c20100
LaunchPeriodBlockNumber0xc0890100
VotingPeriodBlockNumber0xc0890100
MinimumDepositBalanceOf0x0010a5d4e80000000000000000000000
EmergencyVotingPeriodBlockNumber0x08070000
CooloffPeriodBlockNumber0xc0890100
PreimageByteDepositBalanceOf0x00e1f505000000000000000000000000
Error Types
Name
Docs
ValueLow Value too low
ProposalMissing Proposal does not exist
NotProxy Not a proxy
BadIndex Unknown index
AlreadyCanceled Cannot cancel the same proposal twice
DuplicateProposal Proposal already made
ProposalBlacklisted Proposal still blacklisted
NotSimpleMajority Next external proposal not simple majority
InvalidHash Invalid hash
NoProposal No external proposal
AlreadyVetoed Identity may not veto a proposal twice
AlreadyProxy Already a proxy
WrongProxy Wrong proxy
NotDelegated Not delegated
DuplicatePreimage Preimage already noted
NotImminent Not imminent
Early Too early
Imminent Imminent
PreimageMissing Preimage not found
ReferendumInvalid Vote given for invalid referendum
PreimageInvalid Invalid preimage
NoneWaiting No proposals waiting
NotLocked The target account does not have a lock.
NotExpired The lock on the account to be unlocked has not yet expired.
NotOpen A proxy-pairing was attempted to an account that was not open.
WrongOpen A proxy-pairing was attempted to an account that was open to another account.
NotActive A proxy-de-pairing was attempted to an account that was not active.