haskoin-wallet-0.4.2: Implementation of a Bitcoin SPV Wallet with BIP32 and multisig support.

Safe HaskellNone
LanguageHaskell98

Network.Haskoin.Wallet.Server

Synopsis

Documentation

runSPVServerWithContext :: (MonadLoggerIO m, MonadBaseControl IO m, MonadBase IO m, MonadThrow m, MonadResource m) => Config -> Context -> m () Source #

Run the server, and use the specifed ZeroMQ context. Useful if you want to communicate with the server using the "inproc" ZeroMQ transport, where a shared context is required.