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

x/willow/mod.deno.ts>MsgDataBindPayloadRequest

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

Bind an Entry to a PayloadRequestHandle and request transmission of its Payload from an offset.

Type Parameters

NamespaceId
SubspaceId
PayloadDigest
definition: Msg<MsgKind.DataBindPayloadRequest, { entry: Entry<NamespaceId, SubspaceId, PayloadDigest>; offset: bigint; capability: bigint; }>