Updated on 2026-08-14

This commit is contained in:
Tangem 2025-09-02 16:52:50 +05:00
parent b623a457d9
commit 3af4539567
12 changed files with 56 additions and 35 deletions

View file

@ -20,6 +20,6 @@ interface SendComponent : ComposableContentComponent {
interface Factory : ComponentFactory<Params, SendComponent>
interface ModelCallback {
fun onConvertToAnotherToken(lastAmount: String)
fun onConvertToAnotherToken(lastAmount: String, isEnterInFiatSelected: Boolean)
}
}