ethers.js/packages/providers/lib.esm/pocket-provider.d.ts

11 lines
499 B
TypeScript
Raw Normal View History

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;
}
//# sourceMappingURL=pocket-provider.d.ts.map