ethers.js/packages/providers/lib/nodesmith-provider.d.ts

7 lines
330 B
TypeScript
Raw Permalink Normal View History

2019-05-14 18:48:48 -04:00
import { Network } from "@ethersproject/networks";
import { UrlJsonRpcProvider } from "./url-json-rpc-provider";
export declare class NodesmithProvider extends UrlJsonRpcProvider {
2019-11-20 18:57:38 +09:00
static getApiKey(apiKey: any): any;
static getUrl(network: Network, apiKey?: any): string;
2019-05-14 18:48:48 -04:00
}
//# sourceMappingURL=nodesmith-provider.d.ts.map