js-waku/src/lib/enr/keypair/constants.ts
F 01c66f7e89
Add ENR with multiaddr
Imported from https://github.com/D4nte/discv5/pull/1
Replaced bcrypto backend with secp256k1.
2021-12-06 14:29:08 +11:00

3 lines
136 B
TypeScript

export const ERR_TYPE_NOT_IMPLEMENTED = 'Keypair type not implemented';
export const ERR_INVALID_KEYPAIR_TYPE = 'Invalid keypair type';