Skip to main content
Module

x/enzastdlib/rpc-protocol/mod.ts>PAYLOAD_TYPES

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
variable PAYLOAD_TYPES
Re-export
import { PAYLOAD_TYPES } from "https://deno.land/x/enzastdlib@v0.0.4/rpc-protocol/mod.ts";

Represents an enumeration of all the possible types of Payloads.

type

{ error: string; procedure: string; notification: string; response: string; }