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

x/willow_utils/src/encoding/types.ts>StreamDecoder

TypeScript typings and utilities for the Willow protocol.
Latest
type alias StreamDecoder
import { type StreamDecoder } from "https://deno.land/x/willow_utils@1.0.0/src/encoding/types.ts";

A decoder for decoding values of ValueType from a GrowingBytes

definition: (value: GrowingBytes) => Promise<ValueType>