This contract holds ...
Creates a new referendum system where users can vote.
N / A
| Type | Name | Description |
|---|---|---|
| uint64_t | referendum_id | Referendum id |
| name | creator | Creator's name |
| time_point | start_date | Referendum's start day |
| time:point | end_date | Referendum's end date |
| day_percentage | quorum_config | Configuring Quorum Requirements |
| day_percentage | majority_config | Configuration of the requirements for the majority |
Note: See special data types section for more information
| Type | Name |
|---|---|
| vectorcommon::types::day_percentage | day_percentage |
| Type | name |
|---|---|
| uint16_t | start day |
| uint16_t | percentage |