live · mainnetoc · docs
specs · api · guides
docs / documentation

@orangecheck/vote-core


@orangecheck/vote-core / Ballot

Interface: Ballot

Defined in: types.ts:51

Properties

PropertyTypeDescriptionDefined in
<a id="property-attestation_id"></a> attestation_idstring | null-types.ts:58
<a id="property-created_at"></a> created_atstring-types.ts:60
<a id="property-kind"></a> kind"oc-vote/ballot"-types.ts:53
<a id="property-option"></a> optionstring | nullIn public mode: the chosen option id, or "withdraw". In secret mode: null.types.ts:57
<a id="property-poll_id"></a> poll_idstring-types.ts:54
<a id="property-secret"></a> secretBallotSecret | null-types.ts:59
<a id="property-sig"></a> sigBipSig-types.ts:61
<a id="property-v"></a> v0-types.ts:52
<a id="property-voter"></a> voterstring-types.ts:55