Domain Lookup
Available functions
Examples
import {LookupAddress} from "@edns/sdk";
const domain = "apexlegend.404";
const cryptocurrencies = "ETH";
const address = await LookupAddress(domain,cryptocurrencies);
//Return 0x5d6fdbffd6dc6e8a0b69a52dbf010efd905fb7adimport {LookUpText, TextType} from "@edns/sdk";
const domain = "apexlegend.404"
const record_DESCRIPTION = await LookUpText(domain,TextType.DESCRIPTION)
//Return Apex LegendLast updated