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