Skip to content

Commit

Permalink
ProofType
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyr-basiuk committed Nov 18, 2024
1 parent 958b682 commit cad1ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verifiable/did_doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ type GistInfo struct {

// GistInfoProof representation proof of GistInfo object.
type GistInfoProof struct {
Type string `json:"type"`
merkletree.Proof
Type ProofType `json:"type"`
}

// IdentityState representation all info about identity.
Expand Down

0 comments on commit cad1ed6

Please sign in to comment.