Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
type FGenDelegs = Enc (Map FutureGenDeleg GenDelegPair) Source #
type CredentialWitness = Credential 'Witness Source #
type KeyHashWitness = KeyHash 'Witness Source #
data EpochState Source #
Instances
type EpochStateId = Key EpochState Source #
Instances
type SnapShotId = Key SnapShot Source #
Instances
type UtxoStateId = Key UtxoState Source #
Instances
data LedgerState Source #
Instances
type LedgerStateId = Key LedgerState Source #
data Credential Source #
Instances
type CredentialId = Key Credential Source #
data SnapShotStake Source #
Instances
type SnapShotStakeId = Key SnapShotStake Source #
Instances
data SnapShotPool Source #
Instances
type SnapShotPoolId = Key SnapShotPool Source #
data SnapShotDelegation Source #
Instances
Tx | |
|
Instances
Txs | |
|
Instances
Instances
type UtxoEntryId = Key UtxoEntry Source #
Instances
PersistEntity Reward Source # | |
Defined in Cardano.Ledger.State.Schema type PersistEntityBackend Reward Source # keyToValues ∷ Key Reward → [PersistValue] Source # keyFromValues ∷ [PersistValue] → Either Text (Key Reward) Source # persistIdField ∷ EntityField Reward (Key Reward) Source # entityDef ∷ proxy Reward → EntityDef Source # persistFieldDef ∷ EntityField Reward typ → FieldDef Source # toPersistFields ∷ Reward → [< |