Name | Lookup | Parameters | |
---|---|---|---|
propose | 4800 | 2 | |
second | 4801 | 1 | |
vote | 4802 | 2 | |
emergency_cancel | 4803 | 1 | |
external_propose | 4804 | 1 | |
external_propose_majority | 4805 | 1 | |
external_propose_default | 4806 | 1 | |
fast_track | 4807 | 3 | |
veto_external | 4808 | 1 | |
cancel_referendum | 4809 | 1 | |
delegate | 480a | 3 | |
undelegate | 480b | - | |
clear_public_proposals | 480c | - | |
unlock | 480d | 1 | |
remove_vote | 480e | 1 | |
remove_other_vote | 480f | 2 | |
blacklist | 4810 | 2 | |
cancel_proposal | 4811 | 1 | |
set_metadata | 4812 | 2 |
Name | Lookup | Attributes | |
---|---|---|---|
Proposed | 4800 | ["PropIndex","BalanceOf"] | |
Tabled | 4801 | ["PropIndex","BalanceOf"] | |
ExternalTabled | 4802 | ||
Started | 4803 | ["ReferendumIndex","VoteThreshold"] | |
Passed | 4804 | ["ReferendumIndex"] | |
NotPassed | 4805 | ["ReferendumIndex"] | |
Cancelled | 4806 | ["ReferendumIndex"] | |
Delegated | 4807 | ["AccountId","AccountId"] | |
Undelegated | 4808 | ["AccountId"] | |
Vetoed | 4809 | ["AccountId","H256","BlockNumberFor"] | |
Blacklisted | 480a | ["H256"] | |
Voted | 480b | ["AccountId","ReferendumIndex","AccountVote<BalanceOf>"] | |
Seconded | 480c | ["AccountId","PropIndex"] | |
ProposalCanceled | 480d | ["PropIndex"] | |
MetadataSet | 480e | ["MetadataOwner","PreimageHash"] | |
MetadataCleared | 480f | ["MetadataOwner","PreimageHash"] | |
MetadataTransferred | 4810 | ["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":473} | |
DepositOf | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"Tuple:Vec<AccountId>U128","keys_id":4,"value_id":476}} | |
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":477}} | |
VotingOf | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"pallet_democracy:vote:Voting","keys_id":0,"value_id":480}} | |
LastTabledWasExternal | {"origin":"PlainType","plain_type":"Bool","PlainTypeValue":68} | |
NextExternal | {"origin":"PlainType","plain_type":"Tuple:frame_support:traits:preimages:Boundedpallet_democracy:vote_threshold:VoteThreshold","PlainTypeValue":486} | |
Blacklist | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"Tuple:U32Vec<AccountId>","keys_id":12,"value_id":487}} | |
Cancellations | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"Bool","keys_id":12,"value_id":68}} | |
MetadataOf | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["pallet_democracy:types:MetadataOwner"],"value":"H256","keys_id":104,"value_id":12}} |
Name | Type | Value | |
---|---|---|---|
EnactmentPeriod | U32 | 05000000 | |
LaunchPeriod | U32 | 58020000 | |
VotingPeriod | U32 | 2c010000 | |
VoteLockingPeriod | U32 | 05000000 | |
MinimumDeposit | U128 | 0010a5d4e80000000000000000000000 | |
InstantAllowed | Bool | 01 | |
FastTrackVotingPeriod | U32 | 2c010000 | |
CooloffPeriod | U32 | 05000000 | |
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 |