web3-0.9.1.0: Web3 API for Haskell.

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

Network.Ipfs.Api.Pin

Description

Api calls with pin prefix.

Synopsis

Documentation

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

Pin objects to local storage.

remove :: MonadIO m => Text -> IpfsT m PinObj Source #

Remove pinned objects from local storage.