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

Web3Provider

class Web3Provider extends JsonRpcProvider {
constructor(provider: ExternalProvider | JsonRpcFetchFunc, network?: Networkish);
readonly jsonRpcFetchFunc: JsonRpcFetchFunc;
readonly provider: ExternalProvider;
 
send(method: string, params: Array<any>): Promise<any>;
}

§Extends

§
JsonRpcProvider
[src]

§Constructors

§
new Web3Provider(provider: ExternalProvider | JsonRpcFetchFunc, network?: Networkish)
[src]

§Properties

§
jsonRpcFetchFunc: JsonRpcFetchFunc
[src]

§Methods

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