Updated on 2026-08-14

This commit is contained in:
Tangem 2026-03-30 14:08:26 +03:00
parent 07304621a9
commit 4afbb72f6d
8 changed files with 48 additions and 27 deletions

View file

@ -15,6 +15,7 @@ interface GiveApprovalComponent : ComposableBottomSheetComponent {
val amount: String,
val spenderAddress: String,
val subtitle: TextReference,
val isHoldToConfirm: Boolean = false,
val callback: Callback,
)