Skip to content

Commit

Permalink
getDnsOffchainData func + getDnsTxtRecords
Browse files Browse the repository at this point in the history
  • Loading branch information
TateB committed Jan 31, 2024
1 parent 62cdc7c commit bb731b1
Show file tree
Hide file tree
Showing 8 changed files with 700 additions and 45 deletions.
5 changes: 5 additions & 0 deletions packages/ensjs/src/dns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ export {
type GetDnsImportDataParameters,
type GetDnsImportDataReturnType,
} from './functions/dns/getDnsImportData.js'
export {
default as getDnsOffchainData,
type GetDnsOffchainDataParameters,
type GetDnsOffchainDataReturnType,
} from './functions/dns/getDnsOffchainData.js'
export {
default as getDnsOwner,
type GetDnsOwnerParameters,
Expand Down
Loading

0 comments on commit bb731b1

Please sign in to comment.