1 | import { Network } from "@ethersproject/networks";
|
2 | import { ConnectionInfo } from "@ethersproject/web";
|
3 | import { UrlJsonRpcProvider } from "./url-json-rpc-provider";
|
4 | export declare class PocketProvider extends UrlJsonRpcProvider {
|
5 | readonly applicationId: string;
|
6 | readonly applicationSecretKey: string;
|
7 | readonly loadBalancer: boolean;
|
8 | static getApiKey(apiKey: any): any;
|
9 | static getUrl(network: Network, apiKey: any): ConnectionInfo;
|
10 | isCommunityResource(): boolean;
|
11 | }
|
12 |
|
\ | No newline at end of file |