Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ResolvedENS

interface ResolvedENS {
address: string | null;
coins: Record<string, string>;
domain: string | null;
owner: string | null;
records: ENSRecords;
}

§Properties

§
address: string | null
[src]

Resolved address

§
coins: Record<string, string>
[src]

Crypto addresses

§
domain: string | null
[src]

Reverse lookup domain

§
owner: string | null
[src]

Owner address

§

ENS text records