Updated on 2026-08-14
This commit is contained in:
parent
654577d204
commit
cc1c1ae3c4
14 changed files with 192 additions and 54 deletions
|
|
@ -9,5 +9,8 @@ interface SendRouter {
|
|||
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 DESTINATION_ADDRESS_KEY = "send_destination_address"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue