UNPKG

@waku/enr

Version:
4 lines (3 loc) 211 B
import { type PeerId } from "@libp2p/interface"; export declare const ERR_TYPE_NOT_IMPLEMENTED = "Keypair type not implemented"; export declare function createPeerIdFromPublicKey(publicKey: Uint8Array): PeerId;