import * as typedRpc from "https://deno.land/x/typed_rpc@v5.0.1/src/client.ts";
Functions
Create a JsonRpcRequest for the given method. | |
Create a RpcTransport that uses the global fetch. | |
Returns a shallow copy the given array without any
trailing | |
Type Aliases
Interface for custom transports. Implementations are expected to serialize the given request and return an object that is a JsonRpcResponse. |