Name | Lookup | Parameters | |
|---|---|---|---|
| propose | 0d00 | 2 | |
| second | 0d01 | 1 | |
| vote | 0d02 | 2 | |
| proxy_vote | 0d03 | 2 | |
| emergency_cancel | 0d04 | 1 | |
| external_propose | 0d05 | 1 | |
| external_propose_majority | 0d06 | 1 | |
| external_propose_default | 0d07 | 1 | |
| fast_track | 0d08 | 3 | |
| veto_external | 0d09 | 1 | |
| cancel_referendum | 0d0a | 1 | |
| cancel_queued | 0d0b | 1 | |
| activate_proxy | 0d0c | 1 | |
| close_proxy | 0d0d | - | |
| deactivate_proxy | 0d0e | 1 | |
| delegate | 0d0f | 3 | |
| undelegate | 0d10 | - | |
| clear_public_proposals | 0d11 | - | |
| note_preimage | 0d12 | 1 | |
| note_imminent_preimage | 0d13 | 1 | |
| reap_preimage | 0d14 | 1 | |
| unlock | 0d15 | 1 | |
| open_proxy | 0d16 | 1 | |
| remove_vote | 0d17 | 1 | |
| remove_other_vote | 0d18 | 2 | |
| proxy_delegate | 0d19 | 3 | |
| proxy_undelegate | 0d1a | - | |
| proxy_remove_vote | 0d1b | 1 | |
| enact_proposal | 0d1c | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Proposed | 0800 | ||
| Tabled | 0801 | ||
| ExternalTabled | 0802 | ||
| Started | 0803 | ||
| Passed | 0804 | ||
| NotPassed | 0805 | ||
| Cancelled | 0806 | ||
| Executed | 0807 | ||
| Delegated | 0808 | ||
| Undelegated | 0809 | ||
| Vetoed | 080a | ||
| PreimageNoted | 080b | ||
| PreimageUsed | 080c | ||
| PreimageInvalid | 080d | ||
| PreimageMissing | 080e | ||
| PreimageReaped | 080f | ||
| Unlocked | 0810 |
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":"(BalanceOf, Vec<AccountId>)","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}} | |
| Proxy | {"origin":"MapType","map_type":{"key":"AccountId","hasher":"Twox64Concat","value":"ProxyState<AccountId>","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}} |
Name | Type | Value | |
|---|---|---|---|
| EnactmentPeriod | BlockNumber | 0x00c20100 | |
| LaunchPeriod | BlockNumber | 0xc0890100 | |
| VotingPeriod | BlockNumber | 0xc0890100 | |
| MinimumDeposit | BalanceOf | 0x0010a5d4e80000000000000000000000 | |
| FastTrackVotingPeriod | BlockNumber | 0x08070000 | |
| CooloffPeriod | BlockNumber | 0xc0890100 | |
| PreimageByteDeposit | BalanceOf | 0x00e1f505000000000000000000000000 |
Name | Docs |
|---|---|
| ValueLow | Value too low |
| ProposalMissing | Proposal does not exist |
| NotProxy | Not a proxy |
| BadIndex | Unknown index |
| 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 |
| AlreadyProxy | Already a proxy |
| WrongProxy | Wrong proxy |
| NotDelegated | Not delegated |
| 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 |
| NotLocked | The target account does not have a lock. |
| NotExpired | The lock on the account to be unlocked has not yet expired. |
| NotOpen | A proxy-pairing was attempted to an account that was not open. |
| WrongOpen | A proxy-pairing was attempted to an account that was open to another account. |
| NotActive | A proxy-de-pairing was attempted to an account that was not active. |
| 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. |
| Overflow | An unexpected integer overflow occurred. |
| Underflow | An unexpected integer underflow occurred. |
| 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. |