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

x/willow/mod.browser.ts>Payload

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

The (possibly partial) data associated with a SignedEntry.

definition: { bytes: (offset?: number) => Promise<Uint8Array>; stream: (offset?: number) => Promise<AsyncIterable<Uint8Array>>; length: () => Promise<bigint>; }