web3-0.9.1.0: Web3 API for Haskell.

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

Network.Ipfs.Api.Pubsub

Description

Api calls with pubsub prefix.

Synopsis

Documentation

ls :: MonadIO m => IpfsT m PubsubObj Source #

List subscribed topics by name.

peers :: MonadIO m => IpfsT m PubsubObj Source #

List peers we are currently pubsubbing with.

publish :: MonadIO m => Text -> Text -> IpfsT m NoContent Source #

Publish a message to a given pubsub topic.