Updated on 2026-08-14
This commit is contained in:
parent
69754e4159
commit
9ad06df95c
6 changed files with 52 additions and 7 deletions
|
|
@ -4,7 +4,7 @@ import java.math.BigDecimal
|
|||
|
||||
sealed class UpdateWalletManagerResult {
|
||||
|
||||
object MissedDerivation : UpdateWalletManagerResult()
|
||||
data object MissedDerivation : UpdateWalletManagerResult()
|
||||
|
||||
data class Unreachable(
|
||||
val selectedAddress: String? = null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue