web3-0.9.1.0: Web3 API for Haskell.

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

Network.Ipfs.Api.Dag

Description

Api calls with dag prefix.

Synopsis

Documentation

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

Get a dag node from ipfs.

resolve :: MonadIO m => Text -> IpfsT m DagResolveObj Source #

Resolve ipld block.

put :: MonadIO m => Text -> IpfsT m (Maybe DagPutObj) Source #

Add a dag node to ipfs.