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

x/willow/mod.browser.ts>Store#insertEntry

Exploring Willow in the most efficient and sound programming language
Go to Latest
method Store.prototype.insertEntry
Re-export
import { Store } from "https://deno.land/x/willow@0.2.1/mod.browser.ts";

Parameters

unnamed 0: { path: Path; subspace: SubspaceId; timestamp: bigint; hash: PayloadDigest; length: bigint; authToken: AuthorisationToken; }

Returns

Promise<Entry<NamespaceId, SubspaceId, PayloadDigest>[]>