UNPKG

@nori-zk/mina-token-bridge

Version:

A Mina zk-program contract allowing users to mint tokens on Nori Bridge.

5 lines (4 loc) 176 B
import { EchoWorker } from '../worker.js'; export declare const echoWorkerParent: import("../../../worker/index.js").WorkerChildInfer<EchoWorker> & { terminate(): void; };