ethers.js/lib.commonjs/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;
2023-03-03 18:25:07 -07:00
/**
* @_ignore:
*/
export declare function getUrl(req: FetchRequest, signal?: FetchCancelSignal): Promise<GetUrlResponse>;
//# sourceMappingURL=geturl.d.ts.map