UNPKG
@sybil-center/zkc-core
Version:
latest (0.0.9)
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Work with sybil-center ZKC
github.com/sybil-center/sybil-center
sybil-center/sybil-center
@sybil-center/zkc-core
/
dist
/
util
/
endpoints.util.d.ts
10 lines
(9 loc)
•
210 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
SchemaName
}
from
"../type/schemas.js"
;
declare
const
EPs
: {
v1
:
(
schemaName
:
SchemaName
) =>
{
challenge
:
string
;
canIssue
:
string
;
issue
:
string
; }; };
export
{
EPs
};