UNPKG

@ledgerhq/types-live

Version:
8 lines 229 B
export type SupportedRegistries = "ens"; export type DomainServiceResolution = { registry: SupportedRegistries; domain: string; address: string; type: "forward" | "reverse"; }; //# sourceMappingURL=domain.d.ts.map