UNPKG

blockcypher-client

Version:

A TypeScript client for interacting with BlockCypher's API that provides strong typing and safety when interacting with BlockCypher services.

13 lines (12 loc) 252 B
export declare class ApiError extends Error { status: number; statusText: string; url: string; body: any; constructor(response: { status: number; statusText: string; url: string; body: any; }); }