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

x/willow/mod.browser.ts>MsgDataSetMetadata

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

Express a preference whether the other peer should eagerly forward Payloads in the intersection of two AreaOfInterests.

definition: Msg<MsgKind.DataSetMetadata, { isEager: boolean; senderHandle: bigint; receiverHandle: bigint; }>