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

AlchemyProvider

class AlchemyProvider extends UrlJsonRpcProvider {
isCommunityResource(): boolean;
 
static getApiKey(apiKey: any): any;
static getUrl(network: Network, apiKey: string): ConnectionInfo;
static getWebSocketProvider(network?: Networkish, apiKey?: any): AlchemyWebSocketProvider;
}

§Extends

§
UrlJsonRpcProvider
[src]

§Methods

§
isCommunityResource(): boolean
[src]

§Static Methods

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