Skip to main content

Interface: VoteView

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

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:54


cid​

cid: string

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

Content identifier


createdAt​

createdAt: string

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

Vote timestamp


id​

id: string

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

Vote identifier


proposalUri​

proposalUri: string

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

Proposal AT-URI


rationale?​

optional rationale: string

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

Vote rationale


uri​

uri: string

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

Vote AT-URI


vote​

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

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

Vote value


voterDid​

voterDid: string

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

Voter DID


voterName?​

optional voterName: string

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

Voter display name


voterRole​

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

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

Voter governance role


weight​

weight: number

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

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