UNPKG

@waku/enr

Version:
4 lines (3 loc) 197 B
import type { NodeId } from "@waku/interfaces"; export declare function sign(privKey: Uint8Array, msg: Uint8Array): Promise<Uint8Array>; export declare function nodeId(pubKey: Uint8Array): NodeId;