EndOfEpochData

interface EndOfEpochData

Data, which when included in a CheckpointSummary, signals the end of an Epoch.

Properties

Link copied to clipboard

Commitments to epoch specific state (live object set)

Link copied to clipboard

The set of validators that will be in the ValidatorCommittee for the next epoch.

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

The protocol version that is in effect during the next epoch.

Link copied to clipboard

Returns the field-presence view for this EndOfEpochData instance.

Functions

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

Copies the original message, including unknown fields.