Skip to main content
Module

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

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

Represents the typing of a payload callback that can be registered.

definition: (payload: Payload) => Promise<Payload | void> | Payload | void