Skip to content

Commit

Permalink
feat(zkappWorker.ts): import Comlink library to enable communication …
Browse files Browse the repository at this point in the history
…with web workers
  • Loading branch information
ymekuria committed Sep 18, 2024
1 parent 11f1eb6 commit ab90cf4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Mina, PublicKey, fetchAccount } from 'o1js';
import * as Comlink from "comlink";

type Transaction = Awaited<ReturnType<typeof Mina.transaction>>;

Expand Down

0 comments on commit ab90cf4

Please sign in to comment.