ChainProgress

data class ChainProgress(val chainId: String, val stepsJson: String, val currentStep: Int, val totalSteps: Int, val status: String, val updatedAt: Long)

Snapshot of a chain's current state.

Constructors

Link copied to clipboard
constructor(chainId: String, stepsJson: String, currentStep: Int, totalSteps: Int, status: String, updatedAt: Long)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the step IDs decoded from a ChainProgress.stepsJson.