Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/willow/mod.deno.ts>IngestPayloadEventNoOp

Exploring Willow in the most efficient and sound programming language
Go to Latest
type alias IngestPayloadEventNoOp
import { type IngestPayloadEventNoOp } from "https://deno.land/x/willow@0.2.1/mod.deno.ts";

Emitted after a payload is not ingested because it is already held by the Store.

definition: { kind: "no_op"; reason: "already_have_it"; }