@orangecheck/vote-core / Ballot
Interface: Ballot
Defined in: types.ts:51
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-attestation_id"></a> attestation_id | string | null | - | types.ts:58 |
<a id="property-created_at"></a> created_at | string | - | types.ts:60 |
<a id="property-kind"></a> kind | "oc-vote/ballot" | - | types.ts:53 |
<a id="property-option"></a> option | string | null | In public mode: the chosen option id, or "withdraw". In secret mode: null. | types.ts:57 |
<a id="property-poll_id"></a> poll_id | string | - | types.ts:54 |
<a id="property-secret"></a> secret | BallotSecret | null | - | types.ts:59 |
<a id="property-sig"></a> sig | BipSig | - | types.ts:61 |
<a id="property-v"></a> v | 0 | - | types.ts:52 |
<a id="property-voter"></a> voter | string | - | types.ts:55 |