Name | Lookup | Parameters | |
|---|---|---|---|
| propose | 0e00 | 2 | |
| second | 0e01 | 2 | |
| vote | 0e02 | 2 | |
| emergency_cancel | 0e03 | 1 | |
| external_propose | 0e04 | 1 | |
| external_propose_majority | 0e05 | 1 | |
| external_propose_default | 0e06 | 1 | |
| fast_track | 0e07 | 3 | |
| veto_external | 0e08 | 1 | |
| cancel_referendum | 0e09 | 1 | |
| cancel_queued | 0e0a | 1 | |
| delegate | 0e0b | 3 | |
| undelegate | 0e0c | - | |
| clear_public_proposals | 0e0d | - | |
| note_preimage | 0e0e | 1 | |
| note_preimage_operational | 0e0f | 1 | |
| note_imminent_preimage | 0e10 | 1 | |
| note_imminent_preimage_operational | 0e11 | 1 | |
| reap_preimage | 0e12 | 2 | |
| unlock | 0e13 | 1 | |
| remove_vote | 0e14 | 1 | |
| remove_other_vote | 0e15 | 2 | |
| enact_proposal | 0e16 | 2 | |
| blacklist | 0e17 | 2 | |
| cancel_proposal | 0e18 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Proposed | 0e00 | ["PropIndex","BalanceOf"] | |
| Tabled | 0e01 | ["PropIndex","BalanceOf","Vec<AccountId>"] | |
| ExternalTabled | 0e02 | ||
| Started | 0e03 | ["ReferendumIndex","VoteThreshold"] | |
| Passed | 0e04 | ["ReferendumIndex"] | |
| NotPassed | 0e05 | ["ReferendumIndex"] | |
| Cancelled | 0e06 | ["ReferendumIndex"] | |
| Executed | 0e07 | ["ReferendumIndex","DispatchResult"] | |
| Delegated | 0e08 | ["AccountId","AccountId"] | |
| Undelegated | 0e09 | ["AccountId"] | |
| Vetoed | 0e0a | ["AccountId","Hash","BlockNumber"] | |
| PreimageNoted | 0e0b | ["Hash","AccountId","BalanceOf"] | |
| PreimageUsed | 0e0c | ["Hash","AccountId","BalanceOf"] | |
| PreimageInvalid | 0e0d | ["Hash","ReferendumIndex"] | |
| PreimageMissing | 0e0e | ["Hash","ReferendumIndex"] | |
| PreimageReaped | 0e0f | ["Hash","AccountId","BalanceOf","AccountId"] | |
| Blacklisted | 0e10 | ["Hash"] |
Name | Type | |
|---|---|---|
| PublicPropCount | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| PublicProps | {"origin":"PlainType","plain_type":"Vec<Tuple:U32H256AccountId>","PlainTypeValue":488} | |
| DepositOf | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"Tuple:Vec<AccountId>U128","keys_id":4,"value_id":490}} | |
| Preimages | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"pallet_democracy:PreimageStatus","keys_id":9,"value_id":491}} | |
| 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":492}} | |
| VotingOf | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"pallet_democracy:vote:Voting","keys_id":0,"value_id":495}} | |
| Locks | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"U32","keys_id":0,"value_id":4}} | |
| LastTabledWasExternal | {"origin":"PlainType","plain_type":"Bool","PlainTypeValue":55} | |
| NextExternal | {"origin":"PlainType","plain_type":"Tuple:H256pallet_democracy:vote_threshold:VoteThreshold","PlainTypeValue":500} | |
| Blacklist | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"Tuple:U32Vec<AccountId>","keys_id":9,"value_id":501}} | |
| Cancellations | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"Bool","keys_id":9,"value_id":55}} | |
| StorageVersion | {"origin":"PlainType","plain_type":"pallet_democracy:Releases","PlainTypeValue":502} |
Name | Type | Value | |
|---|---|---|---|
| EnactmentPeriod | U32 | 00270600 | |
| LaunchPeriod | U32 | 00270600 | |
| VotingPeriod | U32 | 00270600 | |
| VoteLockingPeriod | U32 | 00270600 | |
| MinimumDeposit | U128 | 0010a5d4e80000000000000000000000 | |
| InstantAllowed | Bool | 01 | |
| FastTrackVotingPeriod | U32 | 08070000 | |
| CooloffPeriod | U32 | c0890100 | |
| PreimageByteDeposit | U128 | 00e1f505000000000000000000000000 | |
| MaxVotes | U32 | 64000000 | |
| MaxProposals | U32 | 64000000 |
Name | Docs |
|---|---|
| ValueLow | Value too low |
| ProposalMissing | Proposal does not exist |
| 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 |
| DuplicatePreimage | Preimage already noted |
| NotImminent | Not imminent |
| TooEarly | Too early |
| Imminent | Imminent |
| PreimageMissing | Preimage not found |
| ReferendumInvalid | Vote given for invalid referendum |
| PreimageInvalid | Invalid preimage |
| NoneWaiting | No proposals waiting |
| NotVoter | The given account did not vote on the referendum. |
| NoPermission | The actor has no permission to conduct the action. |
| AlreadyDelegating | The account is already delegating. |
| InsufficientFunds | Too high a balance was provided that the account cannot afford. |
| NotDelegating | The account is not currently delegating. |
| VotesExist | The account currently has votes attached to it and the operation cannot succeed untilthese are removed, either through `unvote` or `reap_vote`. |
| InstantNotAllowed | The instant referendum origin is currently disallowed. |
| Nonsense | Delegation to oneself makes no sense. |
| WrongUpperBound | Invalid upper bound. |
| MaxVotesReached | Maximum number of votes reached. |
| TooManyProposals | Maximum number of proposals reached. |