UNPKG

@waku/enr

Version:
6 lines (5 loc) 177 B
import { ENR } from "./enr.js"; export declare class EnrDecoder { static fromString(encoded: string): Promise<ENR>; static fromRLP(encoded: Uint8Array): Promise<ENR>; }