Epoch

interface Epoch

Properties

Link copied to clipboard

The committee governing this epoch.

Link copied to clipboard
abstract val end: Timestamp
Link copied to clipboard
abstract val epoch: <Error class: unknown class>?
Link copied to clipboard
abstract val firstCheckpoint: <Error class: unknown class>?
Link copied to clipboard
abstract val lastCheckpoint: <Error class: unknown class>?
Link copied to clipboard

Returns the field-presence view for this Epoch instance.

Link copied to clipboard
Link copied to clipboard
abstract val referenceGasPrice: <Error class: unknown class>?

Reference gas price denominated in MIST

Link copied to clipboard
abstract val start: Timestamp
Link copied to clipboard
abstract val systemState: SystemState

Snapshot of Sui's SystemState (0x3::sui_system::SystemState) at the beginning of the epoch, for past epochs, or the current state for the current epoch.

Functions

Link copied to clipboard
Link copied to clipboard
fun Epoch.copy(body: <Error class: unknown class>.() -> Unit = {}): Epoch

Copies the original message, including unknown fields.