Name | Lookup | Parameters | |
|---|---|---|---|
| attach_ballot | 1f00 | 4 | |
| vote | 1f01 | 2 | |
| change_end | 1f02 | 2 | |
| change_meta | 1f03 | 2 | |
| change_rcv | 1f04 | 2 | |
| remove_ballot | 1f05 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Created | 1f00 | ["IdentityId","CAId","BallotTimeRange","BallotMeta","bool"] | |
| VoteCast | 1f01 | ["IdentityId","CAId","Vec<BallotVote>"] | |
| RangeChanged | 1f02 | ["IdentityId","CAId","BallotTimeRange"] | |
| MetaChanged | 1f03 | ["IdentityId","CAId","BallotMeta"] | |
| RCVChanged | 1f04 | ["IdentityId","CAId","bool"] | |
| Removed | 1f05 | ["EventDid","CAId"] |
Name | Type | |
|---|---|---|
| Metas | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["pallet_corporate_actions:CAId"],"value":"pallet_corporate_actions:ballot:BallotMeta","keys_id":158,"value_id":196}} | |
| TimeRanges | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["pallet_corporate_actions:CAId"],"value":"pallet_corporate_actions:ballot:BallotTimeRange","keys_id":158,"value_id":195}} | |
| MotionNumChoices | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["pallet_corporate_actions:CAId"],"value":"Vec<U16>","keys_id":158,"value_id":647}} | |
| RCV | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["pallet_corporate_actions:CAId"],"value":"Bool","keys_id":158,"value_id":78}} | |
| Results | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["pallet_corporate_actions:CAId"],"value":"Vec<U128>","keys_id":158,"value_id":648}} | |
| Votes | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Identity"],"key_vec":["pallet_corporate_actions:CAId","[U8; 32]"],"value":"Vec<pallet_corporate_actions:ballot:BallotVote>","keys_id":628,"value_id":204}} | |
| StorageVersion | {"origin":"PlainType","plain_type":"U8","PlainTypeValue":649} |
Name | Docs |
|---|---|
| CANotNotice | A corporate ballot was made for a non `IssuerNotice` CA. |
| AlreadyExists | A corporate ballot already exists for this CA. |
| NoSuchBallot | A corporate ballot doesn't exist for this CA. |
| StartAfterEnd | A corporate ballot's start time was strictly after the ballot's end. |
| NowAfterEnd | A corporate ballot's end time was strictly before the current time. |
| NumberOfChoicesOverflow | If some motion in a corporate ballot has more choices than would fit in `u16`. |
| VotingAlreadyStarted | Voting started already. Amending a ballot is no longer possible. |
| VotingNotStarted | Voting hasn't started yet. |
| VotingAlreadyEnded | Voting ended already. |
| WrongVoteCount | Provided list of balances does not match the total number of choices. |
| InsufficientVotes | Voting power used by a DID on a motion exceeds that which is available to them. |
| NoSuchRCVFallback | The RCV fallback of some choice does not exist. |
| RCVSelfCycle | The RCV fallback points to the origin choice. |
| RCVNotAllowed | RCV is not allowed for this ballot. |