UNPKG

mina-attestations

Version:
20 lines (19 loc) 408 B
export { StoredCredentialSchema, PresentationRequestSchema, NodeSchema, InputSchema, ContextSchema, PresentationSchema, } from './validation.ts'; export type { InputJSON, ImportedWitnessSpecJSON, CredentialSpecJSON, NodeJSON, SpecJSON, PresentationRequestJSON, StoredCredentialJSON, PresentationJSON, } from './validation.ts'; export { PrettyPrinter } from './pretty-printer.ts';