UNPKG

@chainsafe/bls

Version:

Implementation of bls signature verification for ethereum 2.0

3 lines (2 loc) 137 B
import type { IBls, Implementation } from "./types.js"; export declare function getImplementation(impl?: Implementation): Promise<IBls>;