UNPKG

o1js

Version:

TypeScript framework for zk-SNARKs and zkApps

7 lines (4 loc) 200 B
// 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 };