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

@ -14,6 +14,9 @@ abstract class SolanaWalletAddressesBase extends WalletAddresses with Store {
@override
String address;
@override
String get primaryAddress => address;
@override
Future<void> init() async {
address = walletInfo.address;