UNPKG

@lodestar/beacon-node

Version:

A Typescript implementation of the beacon chain

3 lines 169 B
import { Root } from "@lodestar/types"; export declare function byteArrayEquals(a: Uint8Array | Root, b: Uint8Array | Root): boolean; //# sourceMappingURL=bytes.d.ts.map