Updated on 2026-08-14
This commit is contained in:
parent
d9f3a8e456
commit
943baed9b8
3 changed files with 35 additions and 24 deletions
|
|
@ -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?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue