web3-0.9.1.0: Web3 API for Haskell.

CopyrightAlexander Krupenkin 2016
LicenseBSD3
Maintainermail@akru.me
Stabilityexperimental
Portabilityunknown
Safe HaskellNone
LanguageHaskell2010

Network.Ipfs.Api.Bootstrap

Description

Api calls with bootstrap prefix.

Synopsis

Documentation

add :: MonadIO m => Text -> IpfsT m BootstrapObj Source #

Add peers to the bootstrap list.

list :: MonadIO m => IpfsT m BootstrapObj Source #

Show peers in the bootstrap list.

rm :: MonadIO m => Text -> IpfsT m BootstrapObj Source #

Remove peers from the bootstrap list.