1 | import { Network, Networkish } 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 | constructor(network?: Networkish, apiKey?: any);
|
9 | static getApiKey(apiKey: any): any;
|
10 | static getUrl(network: Network, apiKey: any): ConnectionInfo;
|
11 | isCommunityResource(): boolean;
|
12 | }
|
13 | //# sourceMappingURL=pocket-provider.d.ts.map |
\ | No newline at end of file |