@authereum/resolution
Version:
Domain Resolution for blockchain domains
5 lines (4 loc) • 309 B
TypeScript
import Resolution from '../Resolution';
export declare function tryInfo(method: () => any, response: Record<string, string>, name: string): Promise<boolean>;
export declare function commaSeparatedList(value: string): string[];
export declare function buildResolutionPackage(ethereumUrl?: string): Resolution;