This repository has been archived on 2023-04-09. You can view files and clone it, but cannot push or open issues or pull requests.
chainsafe-bls/lib/index.d.ts

4 lines
107 B
TypeScript
Raw Permalink Normal View History

2023-04-09 02:21:39 +00:00
import type { IBls } from "./types.js";
2023-04-09 02:32:14 +00:00
export declare const bls: () => Promise<IBls>;
2023-04-09 02:21:39 +00:00
export default bls;