Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PocketProvider

class PocketProvider extends UrlJsonRpcProvider {
readonly applicationId: string;
readonly applicationSecretKey: string;
readonly loadBalancer: boolean;
 
isCommunityResource(): boolean;
 
static getApiKey(apiKey: any): any;
static getUrl(network: Network, apiKey: any): ConnectionInfo;
}

§Extends

§
UrlJsonRpcProvider
[src]

§Properties

§
applicationId: string
[src]
§
applicationSecretKey: string
[src]
§
loadBalancer: boolean
[src]

§Methods

§
isCommunityResource(): boolean
[src]

§Static Methods

§
getApiKey(apiKey: any): any
[src]
§
getUrl(network: Network, apiKey: any): ConnectionInfo
[src]