Updated on 2026-08-14
This commit is contained in:
parent
263ee55122
commit
0f600e9dcf
12 changed files with 489 additions and 11 deletions
|
|
@ -0,0 +1,9 @@
|
|||
package com.tangem.domain.qrscanning.models
|
||||
|
||||
import java.math.BigDecimal
|
||||
|
||||
data class QrResult(
|
||||
var address: String = "",
|
||||
var amount: BigDecimal? = null,
|
||||
var memo: String? = null,
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue