AuthorisationOptsView code · JSR

createDrop<

NamespaceId,

SubspaceId,

PayloadDigest,

AuthorisationOpts,

AuthorisationToken,

Prefingerprint,

Fingerprint

>(opts: DropOpts<

NamespaceId,

SubspaceId,

PayloadDigest,

AuthorisationOpts,

AuthorisationToken,

Prefingerprint,

Fingerprint

>
): ReadableStream<Uint8Array>

Creates an encrypted drop containing all entries for a given AreaOfInterest within a Store.

Type Parameters

NamespaceId

View code

SubspaceId

View code

PayloadDigest

View code

AuthorisationOpts

View code

AuthorisationToken

View code

Prefingerprint

View code

Fingerprint

View code

Parameters

Return Type

A ReadableStream which outputs the bytes of the drop.

Read the original on jsr.io ↗