mina-attestations
Version:
Private Attestations on Mina
20 lines (19 loc) • 408 B
text/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';