save

abstract suspend fun save(chainId: String, stepsJson: String, totalSteps: Int)

Saves the initial progress for a newly started chain.

Parameters

chainId
stepsJson

JSON-serialized list of step task IDs (for cold-launch replay).

totalSteps

Total number of steps.