Derivation Path Search Progress
data class DerivationPathSearchProgress(var aborter: Objectify<Boolean>, var progress: String?, var progressInt: Int, var results: AccountSearchResults? = null)
Constructors
Link copied to clipboard
constructor(aborter: Objectify<Boolean>, progress: String?, progressInt: Int, results: AccountSearchResults? = null)