Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/typed_rpc/src/types.ts>JsonRpcRequest

Lightweight JSON-RPC solution for TypeScript projects
Go to Latest
interface JsonRpcRequest
import { type JsonRpcRequest } from "https://deno.land/x/typed_rpc@v6.0.0/src/types.ts";

Properties

jsonrpc: "2.0"
optional
id: string | number | null
method: string
params: any[]