web3-ipfs-1.0.0.0: IPFS support for Haskell Web3 library.
CopyrightAleksandr Krupenkin 2016-2021
LicenseApache-2.0
Maintainermail@akru.me
Stabilityexperimental
Portabilityunknown
Safe HaskellNone
LanguageHaskell2010

Network.Ipfs.Api.Repo

Description

Api calls with repo prefix.

Synopsis

Documentation

version :: MonadIO m => IpfsT m RepoVersionObj Source #

Show the repo version.

fsck :: MonadIO m => IpfsT m RepoFsckObj Source #

Remove repo lockfiles.

gc :: MonadIO m => m () Source #

Perform a garbage collection sweep on the repo.

repoVerify :: MonadIO m => m () Source #

Verify all blocks in repo are not corrupted.