Safe Haskell | None |
---|---|
Language | Haskell2010 |
Responses for Cardano epoch quries
Synopsis
- data EpochInfo = EpochInfo {
- _epochInfoEpoch :: Epoch
- _epochInfoStartTime :: POSIXTime
- _epochInfoEndTime :: POSIXTime
- _epochInfoFirstBlockTime :: POSIXTime
- _epochInfoLastBlockTime :: POSIXTime
- _epochInfoBlockCount :: Integer
- _epochInfoTxCount :: Integer
- _epochInfoOutput :: Lovelaces
- _epochInfoFees :: Lovelaces
- _epochInfoActiveStake :: Maybe Lovelaces
- data PoolStakeDistribution = PoolStakeDistribution {}
- data ProtocolParams = ProtocolParams {
- _protocolParamsEpoch :: Epoch
- _protocolParamsMinFeeA :: Integer
- _protocolParamsMinFeeB :: Integer
- _protocolParamsMaxBlockSize :: Integer
- _protocolParamsMaxTxSize :: Integer
- _protocolParamsMaxBlockHeaderSize :: Integer
- _protocolParamsKeyDeposit :: Lovelaces
- _protocolParamsPoolDeposit :: Lovelaces
- _protocolParamsEMax :: Integer
- _protocolParamsNOpt :: Integer
- _protocolParamsA0 :: Double
- _protocolParamsRho :: Double
- _protocolParamsTau :: Double
- _protocolParamsDecentralisationParam :: Double
- _protocolParamsExtraEntropy :: Maybe Value
- _protocolParamsProtocolMajorVer :: Integer
- _protocolParamsProtocolMinorVer :: Integer
- _protocolParamsMinUtxo :: Lovelaces
- _protocolParamsMinPoolCost :: Lovelaces
- _protocolParamsNonce :: Text
- _protocolParamsPriceMem :: Double
- _protocolParamsPriceStep :: Double
- _protocolParamsMaxTxExMem :: Quantity
- _protocolParamsMaxTxExSteps :: Quantity
- _protocolParamsMaxBlockExMem :: Quantity
- _protocolParamsMaxBlockExSteps :: Quantity
- _protocolParamsMaxValSize :: Quantity
- _protocolParamsCollateralPercent :: Integer
- _protocolParamsMaxCollateralInputs :: Integer
- _protocolParamsCoinsPerUtxoWord :: Lovelaces
- data StakeDistribution = StakeDistribution {}
Documentation
Information about an epoch
EpochInfo | |
|
Instances
data PoolStakeDistribution Source #
Stake distribution for an epoch for specific pool
PoolStakeDistribution | |
|
Instances
data ProtocolParams Source #
Protocol parameters
ProtocolParams | |
|
Instances
data StakeDistribution Source #
Active stake distribution for an epoch
StakeDistribution | |
|