transaction description key id address (#1755)

* transaction description key id+address

* minor fix[skip ci]

* fix backward compatibility

* add monero primary address
This commit is contained in:
Serhii 2024-10-18 05:58:57 +03:00 committed by GitHub
parent 6c9de67599
commit 5c2735be42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 32 additions and 6 deletions

View file

@ -29,6 +29,9 @@ abstract class WowneroWalletAddressesBase extends WalletAddresses with Store {
@observable
String address;
@override
String get primaryAddress => getAddress(accountIndex: account?.id ?? 0, addressIndex: 0);
@override
String get latestAddress {
var addressIndex = subaddress_list.numSubaddresses(account?.id??0) - 1;