Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Cardano.Tools.DBSynthesizer.Types
Documentation
data ForgeLimit Source #
Constructors
ForgeLimitBlock !Word64 | |
ForgeLimitSlot !SlotNo | |
ForgeLimitEpoch !Word64 |
Instances
Show ForgeLimit Source # | |
Defined in Cardano.Tools.DBSynthesizer.Types | |
Eq ForgeLimit Source # | |
Defined in Cardano.Tools.DBSynthesizer.Types Methods (==) :: ForgeLimit -> ForgeLimit -> Bool Source # (/=) :: ForgeLimit -> ForgeLimit -> Bool Source # |
newtype ForgeResult Source #
Constructors
ForgeResult | |
Fields
|
Instances
Show ForgeResult Source # | |
Defined in Cardano.Tools.DBSynthesizer.Types | |
Eq ForgeResult Source # | |
Defined in Cardano.Tools.DBSynthesizer.Types Methods (==) :: ForgeResult -> ForgeResult -> Bool Source # (/=) :: ForgeResult -> ForgeResult -> Bool Source # |
data NodeConfigStub Source #
Constructors
NodeConfigStub | |
Fields
|
Instances
FromJSON NodeConfigStub | |
Defined in Cardano.Tools.DBSynthesizer.Orphans | |
Show NodeConfigStub Source # | |
Defined in Cardano.Tools.DBSynthesizer.Types | |
AdjustFilePaths NodeConfigStub Source # | |
Defined in Cardano.Tools.DBSynthesizer.Orphans Methods adjustFilePaths :: (FilePath -> FilePath) -> NodeConfigStub -> NodeConfigStub Source # |
data NodeFilePaths Source #
Constructors
NodeFilePaths | |
Fields
|
Instances
Show NodeFilePaths Source # | |
Defined in Cardano.Tools.DBSynthesizer.Types |
data NodeCredentials Source #
Constructors
NodeCredentials | |
Fields
|
Instances
Show NodeCredentials Source # | |
Defined in Cardano.Tools.DBSynthesizer.Types | |
AdjustFilePaths NodeCredentials Source # | |
Defined in Cardano.Tools.DBSynthesizer.Orphans Methods adjustFilePaths :: (FilePath -> FilePath) -> NodeCredentials -> NodeCredentials Source # |
data DBSynthesizerOpenMode Source #
Constructors
OpenCreate | |
OpenCreateForce | |
OpenAppend |
Instances
Show DBSynthesizerOpenMode Source # | |
Defined in Cardano.Tools.DBSynthesizer.Types | |
Eq DBSynthesizerOpenMode Source # | |
Defined in Cardano.Tools.DBSynthesizer.Types Methods (==) :: DBSynthesizerOpenMode -> DBSynthesizerOpenMode -> Bool Source # (/=) :: DBSynthesizerOpenMode -> DBSynthesizerOpenMode -> Bool Source # |
data DBSynthesizerOptions Source #
Constructors
DBSynthesizerOptions | |
Fields |
Instances
data DBSynthesizerConfig Source #
Constructors
DBSynthesizerConfig | |
Fields
|