Skip to content

Immutable

const Immutable: (cid, content, instance) => Promise<undefined | FileBuilder<unknown>>

Defined in: astrobase/src/immutable/scheme.ts:10

Handles parsing for the immutable content identifier scheme. Wraps the parse handler provided by the File module and additionally validates the hash within the content identifier.

ContentIdentifier

Uint8Array<ArrayBufferLike>

Required<InstanceConfig>

Promise<undefined | FileBuilder<unknown>>