Updated on 2026-08-14

This commit is contained in:
Tangem 2018-11-28 17:52:33 +03:00
parent 04c776353d
commit 8d5ded562c
4 changed files with 28 additions and 9 deletions

View 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"
}