@solidus-network/types
v0.3.0
Published
TypeScript types for the Solidus Network protocol — DIDs, Verifiable Credentials, auth challenges, and verification results.
Maintainers
Readme
@solidus-network/types
TypeScript types for the Solidus Network protocol.
Install
npm install @solidus-network/types
# or
pnpm add @solidus-network/typesWhat's in here
Shared type definitions used across the Solidus SDK and downstream consumers:
- DIDs —
DID,DIDDocument,DIDMethod - Verifiable Credentials —
VerifiableCredential,IssueCredentialParams,VerificationResult - Authentication —
AuthChallenge,AuthResult
Usage
import type { DID, VerifiableCredential, VerificationResult } from '@solidus-network/types'License
Apache-2.0 — see LICENSE.
