Skip to main content

Interface: ProposalView

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

View of a governance proposal

Properties

$type?

optional $type: "pub.chive.governance.listProposals#proposalView"

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


changes

changes: ProposalChanges

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


cid

cid: string

Defined in: web/lib/api/generated/types/pub/chive/governance/listProposals.ts:71

Content identifier


consensus

consensus: ConsensusProgress

Defined in: web/lib/api/generated/types/pub/chive/governance/listProposals.ts:88


createdAt

createdAt: string

Defined in: web/lib/api/generated/types/pub/chive/governance/listProposals.ts:90

Creation timestamp


expiresAt?

optional expiresAt: string

Defined in: web/lib/api/generated/types/pub/chive/governance/listProposals.ts:94

Expiration timestamp


id

id: string

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

Proposal identifier


label?

optional label: string

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

Node label (from target node or proposed changes)


nodeUri?

optional nodeUri: string

Defined in: web/lib/api/generated/types/pub/chive/governance/listProposals.ts:73

Target node URI (for update/merge/deprecate)


proposedBy

proposedBy: string

Defined in: web/lib/api/generated/types/pub/chive/governance/listProposals.ts:84

DID of the proposer


proposerName?

optional proposerName: string

Defined in: web/lib/api/generated/types/pub/chive/governance/listProposals.ts:86

Display name of the proposer


rationale?

optional rationale: string

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

Rationale for the proposal


status

status: string & object | "pending" | "approved" | "rejected" | "expired"

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

Current proposal status


type

type: string & object | "create" | "merge" | "deprecate" | "update"

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

Proposal type


updatedAt?

optional updatedAt: string

Defined in: web/lib/api/generated/types/pub/chive/governance/listProposals.ts:92

Last update timestamp


uri

uri: string

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

Proposal AT-URI


votes

votes: VoteCounts

Defined in: web/lib/api/generated/types/pub/chive/governance/listProposals.ts:87