Skip to main content
Module

x/earthstar_streaming_rpc/mod.ts>EnvelopeRequest

Like JSON-RPC, but supports streaming.
Latest
interface EnvelopeRequest
Re-export
import { type EnvelopeRequest } from "https://deno.land/x/earthstar_streaming_rpc@v5.0.1/mod.ts";

Type Parameters

BagType extends FnsBag
Method extends keyof BagType

Properties

kind: "REQUEST"
fromDeviceId: string
envelopeId: string
method: Method
args: Parameters<BagType[Method]>