Skip to content

Commit

Permalink
Update Proposal to include cc, pool and dRep votes
Browse files Browse the repository at this point in the history
  • Loading branch information
spannercode committed Aug 28, 2024
1 parent 13e62d1 commit 812b2ba
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions tests/govtool-backend/models/TestData.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,15 @@ class Proposal(TypedDict):
abstract: Optional[str]
motivation: Optional[str]
rationale: Optional[str]
metadata: Optional[dict]
references: Optional[list]
yesVotes: int
noVotes: int
abstainVotes: int
metadataStatus: str
metadataValid: bool
dRepYesVotes: int
dRepNoVotes: int
dRepAbstainVotes: int
ccYesVotes: int
ccNoVotes: int
ccAbstainVotes: int
poolYesVotes: int
poolNoVotes: int
poolAbstainVotes: int


class Drep(TypedDict):
Expand Down

0 comments on commit 812b2ba

Please sign in to comment.