2022-08-18 14:48:39 -04:00
|
|
|
import { Network } from "@ethersproject/networks";
|
2020-10-18 23:19:16 -04:00
|
|
|
import { ConnectionInfo } from "@ethersproject/web";
|
|
|
|
import { UrlJsonRpcProvider } from "./url-json-rpc-provider";
|
|
|
|
export declare class PocketProvider extends UrlJsonRpcProvider {
|
|
|
|
readonly applicationId: string;
|
|
|
|
readonly applicationSecretKey: string;
|
2021-02-02 17:32:11 -05:00
|
|
|
readonly loadBalancer: boolean;
|
2020-10-18 23:19:16 -04:00
|
|
|
static getApiKey(apiKey: any): any;
|
|
|
|
static getUrl(network: Network, apiKey: any): ConnectionInfo;
|
|
|
|
isCommunityResource(): boolean;
|
|
|
|
}
|
2021-01-19 05:22:54 -05:00
|
|
|
//# sourceMappingURL=pocket-provider.d.ts.map
|