Name | Lookup | Parameters | |
|---|---|---|---|
| propose | 4200 | 2 | |
| second | 4201 | 2 | |
| vote | 4202 | 2 | |
| emergency_cancel | 4203 | 1 | |
| external_propose | 4204 | 1 | |
| external_propose_majority | 4205 | 1 | |
| external_propose_default | 4206 | 1 | |
| fast_track | 4207 | 3 | |
| veto_external | 4208 | 1 | |
| cancel_referendum | 4209 | 1 | |
| cancel_queued | 420a | 1 | |
| delegate | 420b | 3 | |
| undelegate | 420c | - | |
| clear_public_proposals | 420d | - | |
| note_preimage | 420e | 1 | |
| note_preimage_operational | 420f | 1 | |
| note_imminent_preimage | 4210 | 1 | |
| note_imminent_preimage_operational | 4211 | 1 | |
| reap_preimage | 4212 | 2 | |
| unlock | 4213 | 1 | |
| remove_vote | 4214 | 1 | |
| remove_other_vote | 4215 | 2 | |
| enact_proposal | 4216 | 2 | |
| blacklist | 4217 | 2 | |
| cancel_proposal | 4218 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Proposed | 4200 | ||
| Tabled | 4201 | ||
| ExternalTabled | 4202 | ||
| Started | 4203 | ||
| Passed | 4204 | ||
| NotPassed | 4205 | ||
| Cancelled | 4206 | ||
| Executed | 4207 | ||
| Delegated | 4208 | ||
| Undelegated | 4209 | ||
| Vetoed | 420a | ||
| PreimageNoted | 420b | ||
| PreimageUsed | 420c | ||
| PreimageInvalid | 420d | ||
| PreimageMissing | 420e | ||
| PreimageReaped | 420f | ||
| Blacklisted | 4210 |
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 | 0x00e10000 | |
| LaunchPeriod | BlockNumber | 0xe0c40000 | |
| VotingPeriod | BlockNumber | 0xe0c40000 | |
| MinimumDeposit | BalanceOf | 0x0000e8890423c78a0000000000000000 | |
| InstantAllowed | bool | 0x00 | |
| FastTrackVotingPeriod | BlockNumber | 0x84030000 | |
| CooloffPeriod | BlockNumber | 0xe0c40000 | |
| PreimageByteDeposit | BalanceOf | 0x00407a10f35a00000000000000000000 | |
| 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. |