UNPKG

@stacks/profile

Version:

Library for Stacks profiles

3 lines (2 loc) 193 B
import { FetchFn } from '@stacks/common'; export declare function resolveZoneFileToPerson(zoneFile: any, publicKeyOrAddress: string, callback: (profile: any) => void, fetchFn?: FetchFn): void;