Skip to main content
Module

x/enzastdlib/rpc/mod.ts>Client

enzastdlib is a set of TypeScript modules that follow a common design API philosophy aiming at sane defaults and ease-of-use targeting the Deno TypeScript runtime.
Latest
interface Client
import { type Client } from "https://deno.land/x/enzastdlib@v0.0.4/rpc/mod.ts";

Represents a RPC client connected to a remote RPC server.

Type Parameters

Notifications extends NotificationRecord<false>
Procedures extends ProcedureRecord<false>
optional
Options extends CallOptions = CallOptions

Properties

Represents the notification calls that can be made to the remote RPC server.

Represents the procedure calls that can be made to the remote RPC server.