Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Cardano.Ledger.State.Schema
Documentation
type FGenDelegs = Enc (Map FutureGenDeleg GenDelegPair) Source #
type CredentialWitness = Credential 'Witness Source #
type KeyHashWitness = KeyHash 'Witness Source #
data EpochState Source #
Constructors
EpochState | |
Fields |
Instances
type EpochStateId = Key EpochState Source #
Constructors
SnapShot | |
Fields |
Instances
type SnapShotId = Key SnapShot Source #
Constructors
UtxoState | |
Fields |
Instances
type UtxoStateId = Key UtxoState Source #
Constructors
DState | |
Instances
data LedgerState Source #
Constructors
LedgerState | |
Instances
type LedgerStateId = Key LedgerState Source #
data Credential Source #
Constructors
Credential | |
Fields |
Instances
type CredentialId = Key Credential Source #
data SnapShotStake Source #
Constructors
SnapShotStake | |
Instances
type SnapShotStakeId = Key SnapShotStake Source #
Constructors
KeyHash | |
Fields |
Instances
data SnapShotPool Source #
Constructors
SnapShotPool | |
Instances
type SnapShotPoolId = Key SnapShotPool Source #
data SnapShotDelegation Source #
Constructors
SnapShotDelegation | |
Instances
Constructors
Tx | |
Fields
|
Instances
Constructors
Txs | |
Fields
|
Instances
Constructors
UtxoEntry | |
Fields |
Instances
type UtxoEntryId = Key UtxoEntry Source #
Constructors
Reward | |
Fields |
Instances
data Delegation Source #
Constructors
Delegation | |
Instances
type DelegationId = Key Delegation Source #
Constructors
DRep | |
Fields |
Instances
Constructors
Ptr | |
Fields
|
Instances
data IRReserves Source #
Constructors
IRReserves | |
Fields |
Instances
type IRReservesId = Key IRReserves Source #
data IRTreasury Source #
Constructors
IRTreasury | |
Fields |
Instances
type IRTreasuryId = Key IRTreasury Source #