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

x/typed_rpc/src/client.ts>createRequest

Lightweight JSON-RPC solution for TypeScript projects
Go to Latest
function createRequest
import { createRequest } from "https://deno.land/x/typed_rpc@v5.0.1/src/client.ts";

Create a JsonRpcRequest for the given method.

Parameters

method: string
params: any[]