YieldSubmitProgress

data class YieldSubmitProgress(val step: YieldSubmitStep, val index: Int, val total: Int, val hash: String? = null)

A single progress event for a deposit/withdraw transaction.

Constructors

Link copied to clipboard
constructor(step: YieldSubmitStep, index: Int, total: Int, hash: String? = null)

Properties

Link copied to clipboard
val hash: String? = null
Link copied to clipboard
val index: Int
Link copied to clipboard
Link copied to clipboard
val total: Int