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