mina-attestations
Version:
Private Attestations on Mina
4 lines (3 loc) • 380 B
TypeScript
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';