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

x/willow_utils/src/entries/types.ts>Entry

TypeScript typings and utilities for the Willow protocol.
Go to Latest
type alias Entry
import { type Entry } from "https://deno.land/x/willow_utils@0.8.0/src/entries/types.ts";

The metadata for storing a payload.

Type Parameters

NamespaceId
SubspaceId
PayloadDigest
definition: { namespaceId: NamespaceId; subspaceId: SubspaceId; path: Path; timestamp: bigint; payloadLength: bigint; payloadDigest: PayloadDigest; }