mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-16 17:27:37 +00:00
fix configure.dart
This commit is contained in:
parent
a735b0bd6a
commit
c92fc24a66
1 changed files with 1 additions and 0 deletions
|
@ -223,6 +223,7 @@ abstract class Bitcoin {
|
|||
void setLedger(WalletBase wallet, Ledger ledger, LedgerDevice device);
|
||||
Future<List<HardwareAccountData>> getHardwareWalletAccounts(LedgerViewModel ledgerVM, {int index = 0, int limit = 5});
|
||||
|
||||
dynamic getStatusRequest(Object wallet);
|
||||
void setMwebEnabled(Object wallet, bool enabled);
|
||||
bool getMwebEnabled(Object wallet);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue