Safe Haskell | None |
---|---|
Language | Haskell2010 |
Ouroboros.Consensus.Storage.LedgerDB.V1
Description
Many functions here are very similar to the ones in Ouroboros.Consensus.Storage.LedgerDB.V2. When we delete V1, this module will be gone.
Documentation
mkInitDb ∷ ∀ m blk. (LedgerSupportsProtocol blk, IOLike m, LedgerDbSerialiseConstraints blk, HasHardForkHistory blk, LedgerSupportsLedgerDB blk) ⇒ Complete LedgerDbArgs m blk → Complete LedgerDbFlavorArgs m → ResolveBlock m blk → InitDB (DbChangelog' blk, BackingStore' m blk) m blk Source #