Name | Lookup | Parameters | |
---|---|---|---|
propose | 3d00 | 2 | |
second | 3d01 | 2 | |
vote | 3d02 | 2 | |
emergency_cancel | 3d03 | 1 | |
external_propose | 3d04 | 1 | |
external_propose_majority | 3d05 | 1 | |
external_propose_default | 3d06 | 1 | |
fast_track | 3d07 | 3 | |
veto_external | 3d08 | 1 | |
cancel_referendum | 3d09 | 1 | |
cancel_queued | 3d0a | 1 | |
delegate | 3d0b | 3 | |
undelegate | 3d0c | - | |
clear_public_proposals | 3d0d | - | |
note_preimage | 3d0e | 1 | |
note_preimage_operational | 3d0f | 1 | |
note_imminent_preimage | 3d10 | 1 | |
note_imminent_preimage_operational | 3d11 | 1 | |
reap_preimage | 3d12 | 2 | |
unlock | 3d13 | 1 | |
remove_vote | 3d14 | 1 | |
remove_other_vote | 3d15 | 2 | |
enact_proposal | 3d16 | 2 | |
blacklist | 3d17 | 2 | |
cancel_proposal | 3d18 | 1 |
Name | Lookup | Attributes | |
---|---|---|---|
Proposed | 3d00 | ||
Tabled | 3d01 | ||
ExternalTabled | 3d02 | ||
Started | 3d03 | ||
Passed | 3d04 | ||
NotPassed | 3d05 | ||
Cancelled | 3d06 | ||
Executed | 3d07 | ||
Delegated | 3d08 | ||
Undelegated | 3d09 | ||
Vetoed | 3d0a | ||
PreimageNoted | 3d0b | ||
PreimageUsed | 3d0c | ||
PreimageInvalid | 3d0d | ||
PreimageMissing | 3d0e | ||
PreimageReaped | 3d0f | ||
Unlocked | 3d10 | ||
Blacklisted | 3d11 |
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 | 0x00407a10f35a00000000000000000000 | |
FastTrackVotingPeriod | BlockNumber | 0x84030000 | |
CooloffPeriod | BlockNumber | 0xe0c40000 | |
PreimageByteDeposit | BalanceOf | 0x00e40b54020000000000000000000000 | |
MaxVotes | u32 | 0x64000000 |
Name | Docs |
---|---|
ValueLow | Value too low |
ProposalMissing | Proposal does not exist |
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 |
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. |
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. |
InvalidWitness | The provided witness data is wrong. |
TooManyProposals | Maximum number of proposals reached. |