Updated on 2026-08-14

This commit is contained in:
Tangem 2026-04-20 12:38:40 +03:00
parent d9f3a8e456
commit 943baed9b8
3 changed files with 35 additions and 24 deletions

View file

@ -295,6 +295,8 @@ interface WalletManagersFacade {
suspend fun disableXpubMode(userWalletId: UserWalletId, network: Network): SimpleResult
suspend fun isDynamicAddressesEnabled(userWalletId: UserWalletId, network: Network): Boolean
suspend fun getDynamicAddressesReceiveAddress(userWalletId: UserWalletId, network: Network): String?
suspend fun getDynamicAddressesLastUsedReceiveAddress(userWalletId: UserWalletId, network: Network): String?