web3-0.9.1.0: Web3 API for Haskell.

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

Network.Ipfs.Api.Block

Description

Api calls with block prefix.

Synopsis

Documentation

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

Get a raw IPFS block.

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

Store input as an IPFS block.

stat :: MonadIO m => Text -> IpfsT m BlockObj Source #

Print information of a raw IPFS block.