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

IpcProvider

class IpcProvider extends JsonRpcProvider {
constructor(path: string, network?: Networkish);
readonly path: string;
 
send(method: string, params: Array<any>): Promise<any>;
}

§Extends

§
JsonRpcProvider
[src]

§Constructors

§
new IpcProvider(path: string, network?: Networkish)
[src]

§Properties

§
path: string
[src]

§Methods

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