Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
-
data
AdaPots
=
AdaPots
{
- treasuryAdaPot :: Coin
- reservesAdaPot :: Coin
- rewardsAdaPot :: Coin
- utxoAdaPot :: Coin
- depositsAdaPot :: Coin
- feesAdaPot :: Coin
- totalAdaES :: UsesValue era => EpochState era -> Coin
- totalAdaPotsES :: UsesValue era => EpochState era -> AdaPots
Documentation
AdaPots | |
|
totalAdaES :: UsesValue era => EpochState era -> Coin Source #
Calculate the total ada in the epoch state
totalAdaPotsES :: UsesValue era => EpochState era -> AdaPots Source #
Calculate the total ada pots in the epoch state