AuthorisationTokenView code · JSR

ingestDrop<

PreFingerprint,

Fingerprint,

AuthorisationToken,

AuthorisationOpts,

NamespaceId,

SubspaceId,

PayloadDigest

>(opts: IngestDropOpts<

PreFingerprint,

Fingerprint,

AuthorisationToken,

AuthorisationOpts,

NamespaceId,

SubspaceId,

PayloadDigest

>
): Promise<

Store<

NamespaceId,

SubspaceId,

PayloadDigest,

AuthorisationOpts,

AuthorisationToken,

PreFingerprint,

Fingerprint

>
| ValidationError

>

Decrypt an encrypted drop and ingest its contents into a Store of the corresponding namespace.

Type Parameters

Parameters

Return Type

The Store which ingested the drop's contents.

Read the original on jsr.io ↗