web3-0.9.1.0: Web3 API for Haskell.

CopyrightAlexander Krupenkin 2016
LicenseBSD3
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.