Copyright | © 2018-2020 IOHK |
---|---|
License | Apache-2.0 |
Safe Haskell | None |
Language | Haskell2010 |
Auto-generated Sqlite & Persistent machinery via Template-Haskell. This has been moved into a separate file so that we can treat it slightly differently when computing code-coverage.
Documentation
data InternalState Source #
InternalState | |
|
Instances
type InternalStateId = Key InternalState Source #
Instances
type SettingsId = Key Settings Source #
data ArbitrarySeed Source #
Instances
type ArbitrarySeedId = Key ArbitrarySeed Source #
data PoolProduction Source #
Instances
type PoolProductionId = Key PoolProduction Source #
data BlockHeader Source #
BlockHeader | |
|
Instances
type BlockHeaderId = Key BlockHeader Source #
data StakeDistribution Source #
Instances
PoolOwner | |
|
Instances
type PoolOwnerId = Key PoolOwner Source #
data PoolRegistration Source #
Instances
type PoolRegistrationId = Key PoolRegistration Source #
data PoolDelistment Source #
Instances
type PoolDelistmentId = Key PoolDelistment Source #
data PoolRetirement Source #
Instances
type PoolRetirementId = Key PoolRetirement Source #
data PoolMetadata Source #
PoolMetadata | |
|
Instances
type PoolMetadataId = Key PoolMetadata Source #
data PoolMetadataFetchAttempts Source #