Skip to main content

Variable: voteSchema

const voteSchema: ZodObject<{ createdAt: ZodOptional<ZodString>; proposalUri: ZodString; rationale: ZodOptional<ZodString>; vote: ZodEnum<{ abstain: "abstain"; approve: "approve"; reject: "reject"; request-changes: "request-changes"; }>; }, $strip>

Defined in: web/lib/schemas/governance.ts:260

Vote on a governance proposal.

Remarks

Matches the pub.chive.graph.vote lexicon specification. Votes are created in voter's PDSes.