Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/polkadot/rpc-provider/mock/mockWs.ts>Request

Package publishing for deno.land/x/polkadot
Go to Latest
type alias Request
import { type Request } from "https://deno.land/x/polkadot@0.2.11/rpc-provider/mock/mockWs.ts";
definition: { method: string; } & (ErrorDef | ReplyDef)