@orangecheck/vote-core / Poll
Interface: Poll
Defined in: types.ts:24
Properties
| Property | Type | Defined in |
|---|---|---|
<a id="property-created_at"></a> created_at | string | types.ts:40 |
<a id="property-creator"></a> creator | string | types.ts:27 |
<a id="property-deadline"></a> deadline | string | types.ts:30 |
<a id="property-kind"></a> kind | "oc-vote/poll" | types.ts:26 |
<a id="property-min_days"></a> min_days | number | types.ts:35 |
<a id="property-min_sats"></a> min_sats | number | types.ts:34 |
<a id="property-mode"></a> mode | PollMode | types.ts:36 |
<a id="property-notes"></a> notes | string | null | types.ts:39 |
<a id="property-options"></a> options | PollOption[] | types.ts:29 |
<a id="property-question"></a> question | string | types.ts:28 |
<a id="property-reveal_pk"></a> reveal_pk | string | null | types.ts:37 |
<a id="property-sig"></a> sig | BipSig | types.ts:41 |
<a id="property-snapshot_block"></a> snapshot_block | number | "deadline" | types.ts:31 |
<a id="property-tiebreak"></a> tiebreak | Tiebreak | types.ts:38 |
<a id="property-v"></a> v | 0 | types.ts:25 |
<a id="property-weight_mode"></a> weight_mode | string | types.ts:32 |
<a id="property-weight_params"></a> weight_params | WeightParams | null | types.ts:33 |