SafeMode

data class SafeMode(val enabled: Boolean?, val gasSummary: GetLatestSuiSystemStateQuery.GasSummary?)

Constructors

Link copied to clipboard
constructor(enabled: Boolean?, gasSummary: GetLatestSuiSystemStateQuery.GasSummary?)

Properties

Link copied to clipboard

Whether safe mode was used for the last epoch change. The system will retry a full epoch change on every epoch boundary and automatically reset this flag if so.

Link copied to clipboard

Accumulated fees for computation and cost that have not been added to the various reward pools, because the full epoch change did not happen.