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

x/willow/mod.browser.ts>MsgDataSendEntry

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

Transmit an AuthorisedEntry to the other peer, and optionally prepare transmission of its Payload.

Type Parameters

DynamicToken
NamespaceId
SubspaceId
PayloadDigest
definition: Msg<MsgKind.DataSendEntry, { entry: Entry<NamespaceId, SubspaceId, PayloadDigest>; staticTokenHandle: bigint; dynamicToken: DynamicToken; offset: bigint; }>