Helia
    Preparing search index...

    Class BlockStorage

    BlockStorage is a hybrid blockstore that puts/gets blocks from a configured blockstore (that may be on disk, s3, or something else). If the blocks are not present Bitswap will be used to fetch them from network peers.

    Implements

    Index

    Constructors

    Properties

    lock: Mortice

    Methods

    • This method will be invoked to start the component.

      It should not assume that any other components have been started.

      Returns Promise<void>

    • This method will be invoked to stop the component.

      It should not assume any other components are running when it is called.

      Returns Promise<void>