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

x/typed_rpc/src/server.ts>JsonRpcResponse

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

Properties

jsonrpc: "2.0"
optional
id: string | number | null