Yield Submit Options
data class YieldSubmitOptions(val onProgress: (YieldSubmitProgress) -> Unit? = null, val pollIntervalMs: Long, val timeoutMs: Long)
Options for high-level deposit / withdraw.
Note: onProgress is invoked on the IO dispatcher; switch to the main thread before touching UI.
Constructors
Link copied to clipboard
constructor(onProgress: (YieldSubmitProgress) -> Unit? = null, pollIntervalMs: Long, timeoutMs: Long)