import { Blockchain } from "./Blockchain"; export type DomainResolveResult = { blockchain: Blockchain; registrant: string; };