UNPKG

@nori-zk/mina-token-bridge

Version:

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

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