Updated on 2026-08-14
This commit is contained in:
parent
b623a457d9
commit
3af4539567
12 changed files with 56 additions and 35 deletions
|
|
@ -20,6 +20,6 @@ interface SendComponent : ComposableContentComponent {
|
|||
interface Factory : ComponentFactory<Params, SendComponent>
|
||||
|
||||
interface ModelCallback {
|
||||
fun onConvertToAnotherToken(lastAmount: String)
|
||||
fun onConvertToAnotherToken(lastAmount: String, isEnterInFiatSelected: Boolean)
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue