haskoin-store-0.65.5: Storage and index for Bitcoin and Bitcoin Cash
Safe HaskellNone
LanguageHaskell2010

Haskoin.Store.Manager

Synopsis

Documentation

data StoreConfig Source #

Configuration for a Store.

Constructors

StoreConfig 

Fields

data Store Source #

Store mailboxes.

Constructors

Store 

Fields

withStore :: (MonadLoggerIO m, MonadUnliftIO m) => StoreConfig -> (Store -> m a) -> m a Source #