Updated on 2026-08-14
This commit is contained in:
parent
f895968639
commit
87987689d3
7 changed files with 43 additions and 51 deletions
|
|
@ -5,13 +5,4 @@ import androidx.fragment.app.Fragment
|
|||
interface SendRouter {
|
||||
|
||||
fun getEntryFragment(): Fragment
|
||||
|
||||
companion object {
|
||||
const val CRYPTO_CURRENCY_KEY = "send_crypto_currency"
|
||||
const val USER_WALLET_ID_KEY = "send_user_wallet_id"
|
||||
const val TRANSACTION_ID_KEY = "send_transaction_id"
|
||||
const val AMOUNT_KEY = "send_amount"
|
||||
const val TAG_KEY = "send_tag"
|
||||
const val DESTINATION_ADDRESS_KEY = "send_destination_address"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue