nodesmith-provider.d.ts 330 B

1234567
  1. import { Network } from "@ethersproject/networks";
  2. import { UrlJsonRpcProvider } from "./url-json-rpc-provider";
  3. export 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