Skip to content

Commit

Permalink
try Proof merkletree.Proof
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyr-basiuk committed Nov 15, 2024
1 parent f7aba5c commit 3c6d00e
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions verifiable/did_doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,8 @@ type GistInfo struct {

// GistInfoProof representation proof of GistInfo object.
type GistInfoProof struct {
Type ProofType `json:"type"`
Existence bool `json:"existence"`
RevocationNonce string `json:"revocationNonce,omitempty"`
Siblings []string `json:"siblings"`
NodeAux *merkletree.NodeAux `json:"node_aux,omitempty"`
HIndex string `json:"hIndex,omitempty"`
HValue string `json:"hValue,omitempty"`
Type ProofType `json:"type"`
Proof merkletree.Proof
}

// GistProof representation proof of gist root.
Expand Down

0 comments on commit 3c6d00e

Please sign in to comment.