Skip to content

Commit

Permalink
Merge pull request #6 from ComposableFi/v0.1.3
Browse files Browse the repository at this point in the history
adding new lines to succint proof
  • Loading branch information
Ciejo authored Jun 17, 2024
2 parents 5126a0a + 478d610 commit 3d57b4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions succint.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ type SuccintProof struct {
ID string `json:"id"`
Status string `json:"status"`
CreatedAt string `json:"created_at"`
UpdatedAt string `json:"updated_at"`
ProofRequest interface{} `json:"proof_request"`
ProofRelease interface{} `json:"proof_release"`
Edges interface{} `json:"edges"`
Expand Down

0 comments on commit 3d57b4d

Please sign in to comment.