Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AddAllOptions

Hierarchy

Index

Properties

lock?: boolean

Internal option used to control whether to create a repo write lock during a pinning operation

preload?: boolean

Whether to preload all blocks pinned during this operation

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).

Generated using TypeDoc