@reservoir0x/relay-sdk
Version:
Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.
10 lines • 491 B
TypeScript
import type { AxiosRequestConfig } from 'axios';
export declare function request(config?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
export declare function isAPIError(error?: Error): boolean | undefined;
export declare class APIError extends Error {
type: string;
statusCode: number;
rawError: any;
constructor(message: string | undefined, statusCode: number, rawError?: any, type?: string, options?: any);
}
//# sourceMappingURL=request.d.ts.map