UNPKG

@nori-zk/mina-token-bridge

Version:

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

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