Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PutOptions

Hierarchy

Index

Properties

format?: string

The codec to use to create the CID

mhtype?: string

Multihash hashing algorithm to use. (Defaults to 'sha2-256')

pin?: boolean

Pin this block when adding. (Defaults to false)

preload?: boolean
signal?: AbortSignal

Can be provided to a function that starts a long running task, which will be aborted when signal is triggered.

timeout?: number

Can be provided to a function that starts a long running task, which will be aborted after provided timeout (in ms).

version?: CIDVersion

The version to use to create the CID

Generated using TypeDoc