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

Cardano.Tools.DBTruncater.Types

Synopsis

Documentation

data TruncateAfter Source #

Where to truncate the ImmutableDB.

Constructors

TruncateAfterSlot SlotNo

Truncate after the given slot number, deleting all blocks with a higher slot number.

TruncateAfterBlock BlockNo

Truncate after the given block number (such that the new tip has this block number).

Instances

Instances details
Show TruncateAfter Source # 
Instance details

Defined in Cardano.Tools.DBTruncater.Types

Eq TruncateAfter Source # 
Instance details

Defined in Cardano.Tools.DBTruncater.Types