Skip to content

Commit

Permalink
cleanup struct
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyr-basiuk committed Nov 15, 2024
1 parent 28e0b31 commit 4b99f46
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions verifiable/did_doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,18 +142,6 @@ type GistInfoProof struct {
merkletree.Proof
}

// GistProof representation proof of gist root.
type GistProof struct {
Root string `json:"root"`
Existence bool `json:"existence"`
Siblings []string `json:"siblings"`
Index string `json:"index"`
Value string `json:"value"`
AuxExistence bool `json:"auxExistence"`
AuxIndex string `json:"auxIndex"`
AuxValue string `json:"auxValue"`
}

// IdentityState representation all info about identity.
type IdentityState struct {
Published *bool `json:"published,omitempty"`
Expand Down

0 comments on commit 4b99f46

Please sign in to comment.