ouroboros-consensus-cardano-0.12.1.0: The instantation of the Ouroboros consensus layer used by Cardano
Safe HaskellSafe-Inferred
LanguageHaskell2010

Cardano.Tools.DBAnalyser.Analysis

Documentation

data AnalysisEnv m blk Source #

Constructors

AnalysisEnv 

Fields

data Limit Source #

Constructors

Limit Int 
Unlimited 

runAnalysis :: forall blk. (HasAnalysis blk, HasTxId (GenTx blk), HasTxs blk, LedgerSupportsMempool blk, LedgerSupportsProtocol blk, LgrDbSerialiseConstraints blk) => AnalysisName -> Analysis blk Source #