| Safe Haskell | None |
|---|---|
| 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 Methods showsPrec ∷ Int → ForgeLimit → ShowS # show ∷ ForgeLimit → String # showList ∷ [ForgeLimit] → ShowS # | |
| Eq ForgeLimit Source # | |
Defined in Cardano.Tools.DBSynthesizer.Types | |
newtype ForgeResult Source #
Constructors
| ForgeResult | |
Fields | |
Instances
| Show ForgeResult Source # | |
Defined in Cardano.Tools.DBSynthesizer.Types Methods showsPrec ∷ Int → ForgeResult → ShowS # show ∷ ForgeResult → String # showList ∷ [ForgeResult] → ShowS # | |
| Eq ForgeResult Source # | |
Defined in Cardano.Tools.DBSynthesizer.Types | |
data NodeConfigStub Source #
Constructors
| NodeConfigStub | |
Instances
| FromJSON NodeConfigStub Source # | |
Defined in Cardano.Tools.DBSynthesizer.Orphans Methods parseJSON ∷ Value → Parser NodeConfigStub Source # | |
| Show NodeConfigStub Source # | |
Defined in Cardano.Tools.DBSynthesizer.Types Methods showsPrec ∷ Int → NodeConfigStub → ShowS # show ∷ NodeConfigStub → String # showList ∷ [NodeConfigStub] → ShowS # | |
| 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 Methods showsPrec ∷ Int → NodeFilePaths → ShowS # show ∷ NodeFilePaths → String # showList ∷ [NodeFilePaths] → ShowS # | |
data NodeCredentials Source #
Constructors
| NodeCredentials | |
Fields
| |
Instances
| Show NodeCredentials Source # | |
Defined in Cardano.Tools.DBSynthesizer.Types Methods showsPrec ∷ Int → NodeCredentials → ShowS # show ∷ NodeCredentials → String # showList ∷ [NodeCredentials] → ShowS # | |
| 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 Methods showsPrec ∷ Int → DBSynthesizerOpenMode → ShowS # show ∷ DBSynthesizerOpenMode → String # showList ∷ [DBSynthesizerOpenMode] → ShowS # | |
| Eq DBSynthesizerOpenMode Source # | |
Defined in Cardano.Tools.DBSynthesizer.Types Methods (==) ∷ DBSynthesizerOpenMode → DBSynthesizerOpenMode → Bool # (/=) ∷ DBSynthesizerOpenMode → DBSynthesizerOpenMode → Bool # | |
data DBSynthesizerOptions Source #
Constructors
| DBSynthesizerOptions | |
Fields | |
Instances
| Show DBSynthesizerOptions Source # | |
Defined in Cardano.Tools.DBSynthesizer.Types Methods showsPrec ∷ Int → DBSynthesizerOptions → ShowS # show ∷ DBSynthesizerOptions → String # showList ∷ [DBSynthesizerOptions] → ShowS # | |
data DBSynthesizerConfig Source #
Constructors
| DBSynthesizerConfig | |
Instances
| Show DBSynthesizerConfig Source # | |
Defined in Cardano.Tools.DBSynthesizer.Types Methods showsPrec ∷ Int → DBSynthesizerConfig → ShowS # show ∷ DBSynthesizerConfig → String # showList ∷ [DBSynthesizerConfig] → ShowS # | |