marlowe-runtime-0.0.5: Runtime system for running Marlowe financial contracts on the Cardano Computation Layer
Safe HaskellSafe-Inferred
LanguageHaskell2010

Language.Marlowe.Runtime.Transaction.Chain

Documentation

newtype TransactionChainClientDependencies m Source #

Constructors

TransactionChainClientDependencies 

Fields

transactionChainClient :: (MonadUnliftIO m, WithLog env Message m) => Component m (TransactionChainClientDependencies m) (STM Bool, STM ChainPoint) Source #