quartz/wallet/node_modules/@ethersproject/providers/lib/nodesmith-provider.d.ts
2022-03-04 20:05:23 +08:00

7 lines
330 B
TypeScript

import { Network } from "@ethersproject/networks";
import { UrlJsonRpcProvider } from "./url-json-rpc-provider";
export declare class NodesmithProvider extends UrlJsonRpcProvider {
static getApiKey(apiKey: any): any;
static getUrl(network: Network, apiKey?: any): string;
}
//# sourceMappingURL=nodesmith-provider.d.ts.map