UNPKG

@tatumio/tatum

Version:

Tatum JS SDK

11 lines (10 loc) 216 B
import type { WalletDNS } from './WalletDNS'; export type DnsRecord = { wallet?: WalletDNS; next_resolver?: string; sites: Array<string>; /** * tonstorage bag id */ storage?: string; };