jar

org.cardanofoundation : cf-rewards-calculation

Maven & Gradle

Mar 06, 2024

This project aims to be a cardano reward calculation, java formula implementation and edge case documentation

Table Of Contents

Latest Version

Download org.cardanofoundation : cf-rewards-calculation JAR file - Latest Versions:

All Versions

Download org.cardanofoundation : cf-rewards-calculation JAR file - All Versions:

Version Vulnerabilities Size Updated
0.7.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window cf-rewards-calculation-0.7.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.cardanofoundation.rewards.calculation

├─ org.cardanofoundation.rewards.calculation.DepositsCalculation.class - [JAR]

├─ org.cardanofoundation.rewards.calculation.EpochCalculation.class - [JAR]

├─ org.cardanofoundation.rewards.calculation.PoolRewardsCalculation.class - [JAR]

├─ org.cardanofoundation.rewards.calculation.TreasuryCalculation.class - [JAR]

org.cardanofoundation.rewards.calculation.constants

├─ org.cardanofoundation.rewards.calculation.constants.RewardConstants.class - [JAR]

org.cardanofoundation.rewards.calculation.enums

├─ org.cardanofoundation.rewards.calculation.enums.AccountUpdateAction.class - [JAR]

├─ org.cardanofoundation.rewards.calculation.enums.MirPot.class - [JAR]

org.cardanofoundation.rewards.calculation.domain

├─ org.cardanofoundation.rewards.calculation.domain.AccountUpdate.class - [JAR]

├─ org.cardanofoundation.rewards.calculation.domain.AdaPots.class - [JAR]

├─ org.cardanofoundation.rewards.calculation.domain.Delegator.class - [JAR]

├─ org.cardanofoundation.rewards.calculation.domain.Epoch.class - [JAR]

├─ org.cardanofoundation.rewards.calculation.domain.EpochCalculationResult.class - [JAR]

├─ org.cardanofoundation.rewards.calculation.domain.MirCertificate.class - [JAR]

├─ org.cardanofoundation.rewards.calculation.domain.PoolBlock.class - [JAR]

├─ org.cardanofoundation.rewards.calculation.domain.PoolDeregistration.class - [JAR]

├─ org.cardanofoundation.rewards.calculation.domain.PoolHistory.class - [JAR]

├─ org.cardanofoundation.rewards.calculation.domain.PoolOwnerHistory.class - [JAR]

├─ org.cardanofoundation.rewards.calculation.domain.PoolParameters.class - [JAR]

├─ org.cardanofoundation.rewards.calculation.domain.PoolRewardCalculationResult.class - [JAR]

├─ org.cardanofoundation.rewards.calculation.domain.PoolUpdate.class - [JAR]

├─ org.cardanofoundation.rewards.calculation.domain.ProtocolParameters.class - [JAR]

├─ org.cardanofoundation.rewards.calculation.domain.Reward.class - [JAR]

├─ org.cardanofoundation.rewards.calculation.domain.TreasuryCalculationResult.class - [JAR]

org.cardanofoundation.rewards.calculation.util

├─ org.cardanofoundation.rewards.calculation.util.BigNumberUtils.class - [JAR]

├─ org.cardanofoundation.rewards.calculation.util.CurrencyConverter.class - [JAR]