MpcProtocolState

@Serializable
data class MpcProtocolState(val phase: MpcPhase, val progress: Float, val message: String?, val algorithmId: AlgorithmId? = null)

Protocol state for UI progress tracking.

Constructors

Link copied to clipboard
constructor(phase: MpcPhase, progress: Float, message: String?, algorithmId: AlgorithmId? = null)

Properties

Link copied to clipboard

Optional algorithm being processed (for multi-algorithm DKG)

Link copied to clipboard

Optional status message

Link copied to clipboard

Current MPC phase

Link copied to clipboard

Progress value from 0.0 to 1.0