ouroboros-consensus-0.1.0.1: Consensus layer for the Ouroboros blockchain protocol
Safe Haskell None
Language Haskell2010

Ouroboros.Consensus.Storage.VolatileDB.Impl.Index

Contents

Description

VolatileDB Index

Intended for qualified import > import qualified Ouroboros.Consensus.Storage.VolatileDB.Impl.Index as Index

Synopsis

Documentation

lastFile :: Index blk -> Maybe ( FileId , FileInfo blk) Source #

Return the last, i.e. the highest , FileId and corresponding FileInfo stored in the Index . Return Nothing when empty.

opaque