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