LifiTradeAssetProgressData

data class LifiTradeAssetProgressData(val routeIndex: Int? = null, val stepIndex: Int? = null, val totalSteps: Int? = null, val route: LifiRoute? = null, val step: LifiStep? = null, val txHash: String? = null, val lifiStatus: LifiStatusRawResponse? = null, val errorMessage: String? = null)

Contextual data passed alongside a progress status.

Constructors

Link copied to clipboard
constructor(routeIndex: Int? = null, stepIndex: Int? = null, totalSteps: Int? = null, route: LifiRoute? = null, step: LifiStep? = null, txHash: String? = null, lifiStatus: LifiStatusRawResponse? = null, errorMessage: String? = null)

Properties

Link copied to clipboard
val errorMessage: String? = null
Link copied to clipboard
Link copied to clipboard
val route: LifiRoute? = null
Link copied to clipboard
val routeIndex: Int? = null
Link copied to clipboard
val step: LifiStep? = null
Link copied to clipboard
val stepIndex: Int? = null
Link copied to clipboard
val totalSteps: Int? = null
Link copied to clipboard
val txHash: String? = null