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

CloudflareProvider

class CloudflareProvider extends UrlJsonRpcProvider {
perform(method: string, params: any): Promise<any>;
 
static getApiKey(apiKey: any): any;
static getUrl(network: Network, apiKey?: any): string;
}

§Extends

§
UrlJsonRpcProvider
[src]

§Methods

§
perform(method: string, params: any): Promise<any>
[src]

§Static Methods

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