Skip to content

Commit

Permalink
gist proof ref
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyr-basiuk committed Nov 15, 2024
1 parent 5dbe5da commit 74adfd6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions verifiable/did_doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,13 @@ type StateInfo struct {

// GistInfo representation state of gist root.
type GistInfo struct {
Root string `json:"root"`
ReplacedByRoot string `json:"replacedByRoot"`
CreatedAtTimestamp string `json:"createdAtTimestamp"`
ReplacedAtTimestamp string `json:"replacedAtTimestamp"`
CreatedAtBlock string `json:"createdAtBlock"`
ReplacedAtBlock string `json:"replacedAtBlock"`
Proof GistProof `json:"proof"`
Root string `json:"root"`
ReplacedByRoot string `json:"replacedByRoot"`
CreatedAtTimestamp string `json:"createdAtTimestamp"`
ReplacedAtTimestamp string `json:"replacedAtTimestamp"`
CreatedAtBlock string `json:"createdAtBlock"`
ReplacedAtBlock string `json:"replacedAtBlock"`
Proof *GistProof `json:"proof"`
}

// GistProof representation proof of gist root.
Expand Down

0 comments on commit 74adfd6

Please sign in to comment.