Updated on 2026-08-14
This commit is contained in:
parent
04c776353d
commit
8d5ded562c
4 changed files with 28 additions and 9 deletions
13
app/src/main/java/com/tangem/Constant.kt
Normal file
13
app/src/main/java/com/tangem/Constant.kt
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
package com.tangem
|
||||
|
||||
object Constant {
|
||||
|
||||
|
||||
const val EXTRA_BLOCKCHAIN_DATA = "BLOCKCHAIN_DATA"
|
||||
|
||||
const val MESSAGE = "Message"
|
||||
const val ERROR = "Error"
|
||||
|
||||
const val EXTRA_MODIFICATION = "modification"
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue