UNPKG
o1js
Version:
latest (2.8.0)
2.8.0
2.7.0
2.6.0
2.5.0
2.4.0
2.3.0
2.2.0
2.1.0
2.0.0
1.9.1
1.9.0
1.8.0
1.7.0
1.6.0
1.5.1
1.5.0
1.4.0
1.3.1
1.3.0
1.2.0
1.1.0
1.0.1
0.18.0
0.17.0
0.16.2
0.16.1
0.16.0
0.15.4
0.15.3
0.15.2
0.15.1
0.15.0
0.14.2
0.14.1
0.14.0
0.13.1
0.13.0
0.12.2
0.12.1
TypeScript framework for zk-SNARKs and zkApps
github.com/o1-labs/o1js/
o1-labs/o1js
o1js
/
src
/
mina-signer
/
index.d.ts
7 lines
(4 loc)
•
200 B
TypeScript
View Raw
1
2
3
4
5
6
7
// this file is a wrapper for supporting types in both commonjs and esm projects
import
Client
, {
type
NetworkId
}
from
'./mina-signer.ts'
;
export
default
Client
;
export
{
Client
,
type
NetworkId
};