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