UNPKG

535 BTypeScriptView Raw
1import { Network } from "@ethersproject/networks";
2import { ConnectionInfo } from "@ethersproject/web";
3import { UrlJsonRpcProvider } from "./url-json-rpc-provider";
4export 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//# sourceMappingURL=pocket-provider.d.ts.map
\No newline at end of file