Type aliases
ENRRootValues
ENRRootValues: { eRoot: string; lRoot: string; seq: number; signature: string }
Type declaration
eRoot: string
lRoot: string
seq: number
signature: string
ENRTreeValues
ENRTreeValues: { domain: string; publicKey: string }
Type declaration
domain: string
publicKey: string
Endpoints
Endpoints: "doh" | "dns" | Iterable<Endpoint | EndpointProps | string>