Skip to main content

Interface: VoteView

Defined in: web/lib/api/generated/types/pub/chive/governance/listVotes.ts:54

View of a vote on a proposal

Properties

$type?

optional $type: "pub.chive.governance.listVotes#voteView"

Defined in: web/lib/api/generated/types/pub/chive/governance/listVotes.ts:55


cid

cid: string

Defined in: web/lib/api/generated/types/pub/chive/governance/listVotes.ts:61

Content identifier


createdAt

createdAt: string

Defined in: web/lib/api/generated/types/pub/chive/governance/listVotes.ts:82

Vote timestamp


id

id: string

Defined in: web/lib/api/generated/types/pub/chive/governance/listVotes.ts:57

Vote identifier


proposalUri

proposalUri: string

Defined in: web/lib/api/generated/types/pub/chive/governance/listVotes.ts:63

Proposal AT-URI


rationale?

optional rationale: string

Defined in: web/lib/api/generated/types/pub/chive/governance/listVotes.ts:80

Vote rationale


uri

uri: string

Defined in: web/lib/api/generated/types/pub/chive/governance/listVotes.ts:59

Vote AT-URI


vote

vote: string & object | "approve" | "reject" | "abstain" | "request-changes"

Defined in: web/lib/api/generated/types/pub/chive/governance/listVotes.ts:76

Vote value


voterDid

voterDid: string

Defined in: web/lib/api/generated/types/pub/chive/governance/listVotes.ts:65

Voter DID


voterName?

optional voterName: string

Defined in: web/lib/api/generated/types/pub/chive/governance/listVotes.ts:67

Voter display name


voterRole

voterRole: string & object | "community-member" | "reviewer" | "domain-expert" | "administrator"

Defined in: web/lib/api/generated/types/pub/chive/governance/listVotes.ts:69

Voter governance role


weight

weight: number

Defined in: web/lib/api/generated/types/pub/chive/governance/listVotes.ts:78

Weighted vote value (scaled by 1000 for 0.0-1.0 range)