2020-10-19 06:19:16 +03:00
|
|
|
import { Network } from "@ethersproject/networks";
|
|
|
|
import { ConnectionInfo } from "@ethersproject/web";
|
|
|
|
import { UrlJsonRpcProvider } from "./url-json-rpc-provider";
|
|
|
|
export declare class PocketProvider extends UrlJsonRpcProvider {
|
|
|
|
readonly applicationId: string;
|
|
|
|
readonly applicationSecretKey: string;
|
|
|
|
static getApiKey(apiKey: any): any;
|
|
|
|
static getUrl(network: Network, apiKey: any): ConnectionInfo;
|
|
|
|
isCommunityResource(): boolean;
|
|
|
|
}
|
2021-01-19 13:22:54 +03:00
|
|
|
//# sourceMappingURL=pocket-provider.d.ts.map
|