Skip to main content
Module

x/earthstar_streaming_rpc/mod.ts>EnvelopeResponseWithData

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

Type Parameters

BagType extends FnsBag
Method extends keyof BagType

Properties

kind: "RESPONSE"
fromDeviceId: string
envelopeId: string
data: ReturnType<BagType[Method]>