Name | Lookup | Parameters | |
|---|---|---|---|
| propose | 4500 | 2 | |
| second | 4501 | 1 | |
| 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 | |
| delegate | 450a | 3 | |
| undelegate | 450b | - | |
| clear_public_proposals | 450c | - | |
| unlock | 450d | 1 | |
| remove_vote | 450e | 1 | |
| remove_other_vote | 450f | 2 | |
| blacklist | 4510 | 2 | |
| cancel_proposal | 4511 | 1 | |
| set_metadata | 4512 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Proposed | 4500 | ["PropIndex","BalanceOf"] | |
| Tabled | 4501 | ["PropIndex","BalanceOf"] | |
| ExternalTabled | 4502 | ||
| Started | 4503 | ["ReferendumIndex","VoteThreshold"] | |
| Passed | 4504 | ["ReferendumIndex"] | |
| NotPassed | 4505 | ["ReferendumIndex"] | |
| Cancelled | 4506 | ["ReferendumIndex"] | |
| Delegated | 4507 | ["AccountId","AccountId"] | |
| Undelegated | 4508 | ["AccountId"] | |
| Vetoed | 4509 | ["AccountId","H256","BlockNumberFor"] | |
| Blacklisted | 450a | ["H256"] | |
| Voted | 450b | ["AccountId","ReferendumIndex","AccountVote<BalanceOf>"] | |
| Seconded | 450c | ["AccountId","PropIndex"] | |
| ProposalCanceled | 450d | ["PropIndex"] | |
| MetadataSet | 450e | ["MetadataOwner","PreimageHash"] | |
| MetadataCleared | 450f | ["MetadataOwner","PreimageHash"] | |
| MetadataTransferred | 4510 | ["MetadataOwner","MetadataOwner","PreimageHash"] |
Name | Type | |
|---|---|---|
| PublicPropCount | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| PublicProps | {"origin":"PlainType","plain_type":"Vec<Tuple:U32frame_support:traits:preimages:BoundedAccountId>","PlainTypeValue":510} | |
| DepositOf | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"Tuple:Vec<AccountId>U128","keys_id":4,"value_id":513}} | |
| 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":514}} | |
| VotingOf | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"pallet_democracy:vote:Voting","keys_id":0,"value_id":517}} | |
| LastTabledWasExternal | {"origin":"PlainType","plain_type":"Bool","PlainTypeValue":108} | |
| NextExternal | {"origin":"PlainType","plain_type":"Tuple:frame_support:traits:preimages:Boundedpallet_democracy:vote_threshold:VoteThreshold","PlainTypeValue":523} | |
| Blacklist | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"Tuple:U32Vec<AccountId>","keys_id":12,"value_id":524}} | |
| Cancellations | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"Bool","keys_id":12,"value_id":108}} | |
| MetadataOf | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["pallet_democracy:types:MetadataOwner"],"value":"H256","keys_id":154,"value_id":12}} |
Name | Type | Value | |
|---|---|---|---|
| EnactmentPeriod | U32 | 40380000 | |
| LaunchPeriod | U32 | a08c0000 | |
| VotingPeriod | U32 | a08c0000 | |
| VoteLockingPeriod | U32 | c0890100 | |
| MinimumDeposit | U128 | 0080c6a47e8d03000000000000000000 | |
| InstantAllowed | Bool | 01 | |
| FastTrackVotingPeriod | U32 | 84030000 | |
| CooloffPeriod | U32 | e0c40000 | |
| MaxVotes | U32 | 64000000 | |
| MaxProposals | U32 | 64000000 | |
| MaxDeposits | U32 | 64000000 | |
| MaxBlacklisted | U32 | 64000000 |
Name | Docs |
|---|---|
| ValueLow | |
| ProposalMissing | |
| AlreadyCanceled | |
| DuplicateProposal | |
| ProposalBlacklisted | |
| NotSimpleMajority | |
| InvalidHash | |
| NoProposal | |
| AlreadyVetoed | |
| ReferendumInvalid | |
| NoneWaiting | |
| NotVoter | |
| NoPermission | |
| AlreadyDelegating | |
| InsufficientFunds | |
| NotDelegating | |
| VotesExist | |
| InstantNotAllowed | |
| Nonsense | |
| WrongUpperBound | |
| MaxVotesReached | |
| TooMany | |
| VotingPeriodLow | |
| PreimageNotExist |