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