ouroboros-consensus-0.27.0.0: Consensus layer for the Ouroboros blockchain protocol
Safe HaskellNone
LanguageHaskell2010

Ouroboros.Consensus.Storage.LedgerDB.V2

Documentation

mkInitDb ∷ ∀ m blk. (LedgerSupportsProtocol blk, IOLike m, LedgerDbSerialiseConstraints blk, HasHardForkHistory blk, LedgerSupportsV2LedgerDB (LedgerState blk)) ⇒ Complete LedgerDbArgs m blk → HandleEnv m → ResolveBlock m blk → SnapshotManagerV2 m blk → GetVolatileSuffix m blk → InitDB (LedgerSeq' m blk) m blk Source #