Name | Lookup | Parameters | |
---|---|---|---|
vote | 3000 | 3 | |
create_poll | 3001 | 4 | |
withdraw | 3002 | 1 |
Name | Type | |
---|---|---|
Voting | {"origin":"Map","n_map_type":{"hashers":["Identity","Identity"],"key_vec":["Vec<U8>","AccountId"],"value":"ceres_governance_platform:VotingInfo","keys_id":646,"value_id":647}} | |
PollData | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["Vec<U8>"],"value":"ceres_governance_platform:PollInfo","keys_id":12,"value_id":648}} | |
PalletStorageVersion | {"origin":"PlainType","plain_type":"ceres_governance_platform:StorageVersion","PlainTypeValue":649} |
Name | Docs |
---|---|
InvalidVotes | Invalid votes |
PollIsFinished | Poll is finished |
PollIsNotStarted | Poll is not started |
NotEnoughFunds | Not enough funds |
InvalidNumberOfOption | Invalid number of option |
VoteDenied | Vote denied |
InvalidStartTimestamp | Invalid start timestamp |
InvalidEndTimestamp | Invalid end timestamp |
PollIsNotFinished | Poll is not finished |
InvalidNumberOfVotes | Invalid number of votes |
FundsAlreadyWithdrawn | Funds already withdrawn, |
PollIdAlreadyExists | Poll id already exists |