haskoin-node-0.9.3: Haskoin Node P2P library for Bitcoin and Bitcoin Cash

CopyrightNo rights reserved
LicenseUNLICENSE
Maintainerxenog@protonmail.com
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Network.Haskoin.Node.Peer

Description

Network peer process. Represents a network peer connection locally.

Synopsis

Documentation

peer :: (MonadUnliftIO m, MonadLoggerIO m) => PeerConfig -> Inbox PeerMessage -> m () Source #

Run peer process in current thread.