We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8656a13 commit 9f9eca0Copy full SHA for 9f9eca0
docs/jsonrpc_apis.md
@@ -21,6 +21,7 @@ Retrieves a comprehensive list of all poll identifiers (both active and complete
21
| Name | Type | Description |
22
| --------- | ---------- | --------------------------------- |
23
| ids | []uint256 | Array of unique poll identifiers |
24
+| type | uint8 | Type of poll, from 0 to 255 |
25
26
#### Example
27
@@ -30,7 +31,9 @@ Request:
30
31
{
32
"jsonrpc": "2.0",
33
"method":"getpolls",
- "params": {},
34
+ "params": {
35
+ "type": 0
36
+ },
37
"id": 1
38
}
39
```
0 commit comments