UNPKG

330 BTypeScriptView Raw
1import { Network } from "@ethersproject/networks";
2import { UrlJsonRpcProvider } from "./url-json-rpc-provider";
3export declare class NodesmithProvider extends UrlJsonRpcProvider {
4 static getApiKey(apiKey: any): any;
5 static getUrl(network: Network, apiKey?: any): string;
6}
7//# sourceMappingURL=nodesmith-provider.d.ts.map
\No newline at end of file