UNPKG

@sybil-center/zkc-core

Version:
10 lines (9 loc) 210 B
import { SchemaName } from "../type/schemas.js"; declare const EPs: { v1: (schemaName: SchemaName) => { challenge: string; canIssue: string; issue: string; }; }; export { EPs };