mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
parent
e7e419bc83
commit
01150ef2a7
213 changed files with 23972 additions and 672 deletions
|
@ -1,3 +1,4 @@
|
|||
import 'package:mobx/mobx.dart';
|
||||
import 'package:cw_core/balance.dart';
|
||||
import 'package:cw_core/transaction_info.dart';
|
||||
import 'package:cw_core/transaction_priority.dart';
|
||||
|
@ -35,7 +36,7 @@ abstract class WalletBase<
|
|||
|
||||
//set address(String address);
|
||||
|
||||
BalanceType get balance;
|
||||
ObservableMap<CryptoCurrency, BalanceType> get balance;
|
||||
|
||||
SyncStatus get syncStatus;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue