UNPKG

@nori-zk/o1js-zk-utils

Version:

o1js-zk-utils supporting Nori Bridge

4 lines (3 loc) 189 B
import { type CacheConfig } from './types.js'; export declare function cacheFactory(cacheConfig: CacheConfig): Promise<import("o1js/dist/node/index.js").Cache>; export * from './types.js';