Package

org.ergoplatform

settings

Permalink

package settings

Visibility
  1. Public
  2. All

Type Members

  1. trait ErgoAlgos extends ScorexEncoding

    Permalink
  2. case class MonetarySettings(fixedRatePeriod: Int = 30 * 2 * 24 * 365, epochLength: Int = 90 * 24 * 30, fixedRate: Long = 75L * EmissionRules.CoinsInOneErgo, oneEpochReduction: Long = 3L * EmissionRules.CoinsInOneErgo, minerRewardDelay: Int = 720, foundersInitialReward: Long = ...) extends Product with Serializable

    Permalink

    Configuration file for monetary settings of Ergo chain

    Configuration file for monetary settings of Ergo chain

    See also

    src/main/resources/application.conf for parameters description

Value Members

  1. object ErgoAlgos extends ErgoAlgos

    Permalink

Ungrouped