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

EIP1193RequestFn

type EIP1193RequestFn = (args: {
method: string;
params?: unknown;
}
) => Promise<unknown>
;

§Type

§
(args: {
method: string;
params?: unknown;
}
) => Promise<unknown>
[src]