Name | Lookup | Parameters | |
|---|---|---|---|
| propose | 0500 | 2 | |
| second | 0501 | 2 | |
| vote | 0502 | 2 | |
| emergency_cancel | 0503 | 1 | |
| external_propose | 0504 | 1 | |
| external_propose_majority | 0505 | 1 | |
| external_propose_default | 0506 | 1 | |
| fast_track | 0507 | 3 | |
| veto_external | 0508 | 1 | |
| cancel_referendum | 0509 | 1 | |
| cancel_queued | 050a | 1 | |
| delegate | 050b | 3 | |
| undelegate | 050c | - | |
| clear_public_proposals | 050d | - | |
| note_preimage | 050e | 1 | |
| note_preimage_operational | 050f | 1 | |
| note_imminent_preimage | 0510 | 1 | |
| note_imminent_preimage_operational | 0511 | 1 | |
| reap_preimage | 0512 | 2 | |
| unlock | 0513 | 1 | |
| remove_vote | 0514 | 1 | |
| remove_other_vote | 0515 | 2 | |
| enact_proposal | 0516 | 2 | |
| blacklist | 0517 | 2 | |
| cancel_proposal | 0518 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Proposed | 0500 | ||
| Tabled | 0501 | ||
| ExternalTabled | 0502 | ||
| Started | 0503 | ||
| Passed | 0504 | ||
| NotPassed | 0505 | ||
| Cancelled | 0506 | ||
| Executed | 0507 | ||
| Delegated | 0508 | ||
| Undelegated | 0509 | ||
| Vetoed | 050a | ||
| PreimageNoted | 050b | ||
| PreimageUsed | 050c | ||
| PreimageInvalid | 050d | ||
| PreimageMissing | 050e | ||
| PreimageReaped | 050f | ||
| Blacklisted | 0510 |
Name | Type | |
|---|---|---|
| PublicPropCount | {"origin":"PlainType","plain_type":"PropIndex"} | |
| PublicProps | {"origin":"PlainType","plain_type":"Vec<(PropIndex, Hash, AccountId)>"} | |
| DepositOf | {"origin":"MapType","map_type":{"key":"PropIndex","hasher":"Twox64Concat","value":"(Vec<AccountId>, BalanceOf)","isLinked":false}} | |
| Preimages | {"origin":"MapType","map_type":{"key":"Hash","hasher":"Identity","value":"PreimageStatus<AccountId, BalanceOf, BlockNumber>","isLinked":false}} | |
| ReferendumCount | {"origin":"PlainType","plain_type":"ReferendumIndex"} | |
| LowestUnbaked | {"origin":"PlainType","plain_type":"ReferendumIndex"} | |
| ReferendumInfoOf | {"origin":"MapType","map_type":{"key":"ReferendumIndex","hasher":"Twox64Concat","value":"ReferendumInfo<BlockNumber, Hash, BalanceOf>","isLinked":false}} | |
| VotingOf | {"origin":"MapType","map_type":{"key":"AccountId","hasher":"Twox64Concat","value":"Voting<BalanceOf, AccountId, BlockNumber>","isLinked":false}} | |
| Locks | {"origin":"MapType","map_type":{"key":"AccountId","hasher":"Twox64Concat","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":"Identity","value":"(BlockNumber, Vec<AccountId>)","isLinked":false}} | |
| Cancellations | {"origin":"MapType","map_type":{"key":"Hash","hasher":"Identity","value":"bool","isLinked":false}} | |
| StorageVersion | {"origin":"PlainType","plain_type":"Releases"} |
Name | Type | Value | |
|---|---|---|---|
| EnactmentPeriod | BlockNumber | 0xe0c40000 | |
| LaunchPeriod | BlockNumber | 0xe0c40000 | |
| VotingPeriod | BlockNumber | 0xe0c40000 | |
| MinimumDeposit | BalanceOf | 0x00008a5d784563010000000000000000 | |
| InstantAllowed | bool | 0x01 | |
| FastTrackVotingPeriod | BlockNumber | 0x84030000 | |
| CooloffPeriod | BlockNumber | 0xe0c40000 | |
| PreimageByteDeposit | BalanceOf | 0x00e40b54020000000000000000000000 | |
| MaxVotes | u32 | 0x64000000 | |
| MaxProposals | u32 | 0x64000000 |
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 until these 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. |