web3-0.9.1.0: Web3 API for Haskell.

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

Network.Ipfs.Api.Config

Description

Api calls with config prefix.

Synopsis

Documentation

get :: MonadIO m => Text -> IpfsT m ConfigObj Source #

Get ipfs config values.

set :: MonadIO m => Text -> Maybe Text -> IpfsT m ConfigObj Source #

Set ipfs config values.

replace :: MonadIO m => Text -> IpfsT m Bool Source #

Replace the config with the file at filePath.