ethers.js/lib.esm/utils/geturl.d.ts

10 lines
370 B
TypeScript
Raw Permalink Normal View History

2023-10-09 20:27:56 -04:00
import type { FetchGetUrlFunc, FetchRequest, FetchCancelSignal, GetUrlResponse } from "./fetch.js";
/**
* @_ignore:
*/
export declare function createGetUrl(options?: Record<string, any>): FetchGetUrlFunc;
2022-12-10 01:31:42 -05:00
/**
* @_ignore:
*/
2022-09-05 16:57:11 -04:00
export declare function getUrl(req: FetchRequest, signal?: FetchCancelSignal): Promise<GetUrlResponse>;
//# sourceMappingURL=geturl.d.ts.map