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

x/willow_utils/src/areas/areas.ts>decodeAreaInArea

TypeScript typings and utilities for the Willow protocol.
Go to Latest
function decodeAreaInArea
import { decodeAreaInArea } from "https://deno.land/x/willow_utils@0.8.0/src/areas/areas.ts";

Decode an Area relative to a known outer Area.

https://willowprotocol.org/specs/encodings/index.html#enc_area_in_area

Type Parameters

SubspaceId

Parameters

opts: { decodeSubspaceId: EncodingScheme<SubspaceId>["decode"]; pathScheme: PathScheme; }
encodedInner: Uint8Array