Updated on 2026-08-14
This commit is contained in:
parent
28ed702a51
commit
27e9400b2a
18 changed files with 67 additions and 88 deletions
|
|
@ -1,11 +1,12 @@
|
|||
package com.tangem.domain.feedback.models
|
||||
|
||||
import com.tangem.domain.models.network.Network
|
||||
|
||||
/**
|
||||
* Information about blockchain's operation error
|
||||
*
|
||||
* @property errorMessage message about error
|
||||
* @property blockchainId blockchain id
|
||||
* @property derivationPath derivation path
|
||||
* @property networkId network ID
|
||||
* @property destinationAddress destination address
|
||||
* @property tokenSymbol token symbol or null, if it isn't operation with token
|
||||
* @property amount amount
|
||||
|
|
@ -13,8 +14,7 @@ package com.tangem.domain.feedback.models
|
|||
*/
|
||||
data class BlockchainErrorInfo(
|
||||
val errorMessage: String,
|
||||
val blockchainId: String,
|
||||
val derivationPath: String?,
|
||||
val networkId: Network.ID?,
|
||||
val destinationAddress: String,
|
||||
val tokenSymbol: String?,
|
||||
val amount: String,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue