Name | Lookup | Parameters | |
|---|---|---|---|
| propose | 4500 | 2 | |
| second | 4501 | 2 | |
| vote | 4502 | 2 | |
| emergency_cancel | 4503 | 1 | |
| external_propose | 4504 | 1 | |
| external_propose_majority | 4505 | 1 | |
| external_propose_default | 4506 | 1 | |
| fast_track | 4507 | 3 | |
| veto_external | 4508 | 1 | |
| cancel_referendum | 4509 | 1 | |
| cancel_queued | 450a | 1 | |
| delegate | 450b | 3 | |
| undelegate | 450c | - | |
| clear_public_proposals | 450d | - | |
| note_preimage | 450e | 1 | |
| note_preimage_operational | 450f | 1 | |
| note_imminent_preimage | 4510 | 1 | |
| note_imminent_preimage_operational | 4511 | 1 | |
| reap_preimage | 4512 | 2 | |
| unlock | 4513 | 1 | |
| remove_vote | 4514 | 1 | |
| remove_other_vote | 4515 | 2 | |
| enact_proposal | 4516 | 2 | |
| blacklist | 4517 | 2 | |
| cancel_proposal | 4518 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Proposed | 4500 | ["PropIndex","BalanceOf"] | |
| Tabled | 4501 | ["PropIndex","BalanceOf","Vec<AccountId>"] | |
| ExternalTabled | 4502 | ||
| Started | 4503 | ["ReferendumIndex","VoteThreshold"] | |
| Passed | 4504 | ["ReferendumIndex"] | |
| NotPassed | 4505 | ["ReferendumIndex"] | |
| Cancelled | 4506 | ["ReferendumIndex"] | |
| Executed | 4507 | ["ReferendumIndex","DispatchResult"] | |
| Delegated | 4508 | ["AccountId","AccountId"] | |
| Undelegated | 4509 | ["AccountId"] | |
| Vetoed | 450a | ["AccountId","Hash","BlockNumber"] | |
| PreimageNoted | 450b | ["Hash","AccountId","BalanceOf"] | |
| PreimageUsed | 450c | ["Hash","AccountId","BalanceOf"] | |
| PreimageInvalid | 450d | ["Hash","ReferendumIndex"] | |
| PreimageMissing | 450e | ["Hash","ReferendumIndex"] | |
| PreimageReaped | 450f | ["Hash","AccountId","BalanceOf","AccountId"] | |
| Blacklisted | 4510 | ["Hash"] | |
| Voted | 4511 | ["AccountId","ReferendumIndex","AccountVote<BalanceOf>"] | |
| Seconded | 4512 | ["AccountId","PropIndex"] |
Name | Type | |
|---|---|---|
| PublicPropCount | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| PublicProps | {"origin":"PlainType","plain_type":"Vec<Tuple:U32H256AccountId>","PlainTypeValue":479} | |
| DepositOf | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"Tuple:Vec<AccountId>U128","keys_id":4,"value_id":481}} | |
| Preimages | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"pallet_democracy:PreimageStatus","keys_id":9,"value_id":482}} | |
| 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":483}} | |
| VotingOf | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"pallet_democracy:vote:Voting","keys_id":0,"value_id":486}} | |
| LastTabledWasExternal | {"origin":"PlainType","plain_type":"Bool","PlainTypeValue":126} | |
| NextExternal | {"origin":"PlainType","plain_type":"Tuple:H256pallet_democracy:vote_threshold:VoteThreshold","PlainTypeValue":491} | |
| Blacklist | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"Tuple:U32Vec<AccountId>","keys_id":9,"value_id":492}} | |
| Cancellations | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"Bool","keys_id":9,"value_id":126}} | |
| StorageVersion | {"origin":"PlainType","plain_type":"pallet_democracy:Releases","PlainTypeValue":493} |
Name | Type | Value | |
|---|---|---|---|
| EnactmentPeriod | U32 | 40380000 | |
| LaunchPeriod | U32 | a08c0000 | |
| VotingPeriod | U32 | a08c0000 | |
| VoteLockingPeriod | U32 | c0890100 | |
| MinimumDeposit | U128 | 0080f420e6b500000000000000000000 | |
| InstantAllowed | Bool | 01 | |
| FastTrackVotingPeriod | U32 | 84030000 | |
| CooloffPeriod | U32 | e0c40000 | |
| PreimageByteDeposit | U128 | 0046c323000000000000000000000000 | |
| MaxVotes | U32 | 64000000 | |
| MaxProposals | U32 | 64000000 |
Name | Docs |
|---|---|
| ValueLow | |
| ProposalMissing | |
| AlreadyCanceled | |
| DuplicateProposal | |
| ProposalBlacklisted | |
| NotSimpleMajority | |
| InvalidHash | |
| NoProposal | |
| AlreadyVetoed | |
| DuplicatePreimage | |
| NotImminent | |
| TooEarly | |
| Imminent | |
| PreimageMissing | |
| ReferendumInvalid | |
| PreimageInvalid | |
| NoneWaiting | |
| NotVoter | |
| NoPermission | |
| AlreadyDelegating | |
| InsufficientFunds | |
| NotDelegating | |
| VotesExist | |
| InstantNotAllowed | |
| Nonsense | |
| WrongUpperBound | |
| MaxVotesReached | |
| TooManyProposals |