Versions in this module Expand all Collapse all v0 v0.1.0 Sep 17, 2024 Changes in this version + var ErrNutsNodeUnreachable = errors.New("nuts node unreachable") + func UnwrapAPIError(err error) error + type CredentialStatus = interface + type CredentialSubject = interface + type DID = did.DID + type DIDDocument = did.Document + type DIDDocumentMetadata struct + Created string + Deactivated bool + Hash string + PreviousHash *string + Txs []string + Updated *string + type EmbeddedProof struct + Challenge *string + Created string + Domain *string + Jws string + Nonce *string + ProofPurpose string + Type string + VerificationMethod string + type JSONVerifiableCredential struct + Context interface{} + CredentialStatus *CredentialStatus + CredentialSubject CredentialSubject + ExpirationDate *string + Id *string + IssuanceDate string + Issuer DID + Proof interface{} + Type []string + type JSONVerifiablePresentation struct + Context interface{} + Holder *string + Id *string + Proof *interface{} + Type interface{} + VerifiableCredential *interface{} + type JWTCompactVerifiableCredential = string + type JWTCompactVerifiablePresentation = string + type Revocation struct + Date string + Issuer DID + Proof *map[string]interface{} + Reason *string + Subject string + type Service struct + Id string + ServiceEndpoint interface{} + Type string + type VerifiableCredential = vc.VerifiableCredential + type VerifiablePresentation = vc.VerifiablePresentation + type VerificationMethod struct + Controller string + Id string + PublicKeyJwk map[string]interface{} + Type string