Skip to content

Commit

Permalink
chore: add new proposal fields to struct (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrsirdev authored Oct 16, 2023
1 parent c463a8a commit 5c0014e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/v1/blockchain/governance.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ type V1GovernanceProposal struct {
} `json:"total_deposit"`
VotingStartTime string `json:"voting_start_time"`
VotingEndTime string `json:"voting_end_time"`
Title string `json:"title"`
Summary string `json:"summary"`
}

type V1ProposalsResponse struct {
Expand Down

0 comments on commit 5c0014e

Please sign in to comment.