Epoch

class Epoch

Activity on Sui is partitioned in time, into epochs.

Epoch changes are opportunities for the network to reconfigure itself (perform protocol or system package upgrades, or change the committee) and distribute staking rewards. The network aims to keep epochs roughly the same duration as each other.

During a particular epoch the following data is fixed:

  • protocol version,

  • reference gas price,

  • system package versions,

  • validators in the committee.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion