UNPKG

@authereum/resolution

Version:
5 lines (4 loc) 309 B
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;