mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 20:39:51 +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);
|
void setLedger(WalletBase wallet, Ledger ledger, LedgerDevice device);
|
||||||
Future<List<HardwareAccountData>> getHardwareWalletAccounts(LedgerViewModel ledgerVM, {int index = 0, int limit = 5});
|
Future<List<HardwareAccountData>> getHardwareWalletAccounts(LedgerViewModel ledgerVM, {int index = 0, int limit = 5});
|
||||||
|
|
||||||
|
dynamic getStatusRequest(Object wallet);
|
||||||
void setMwebEnabled(Object wallet, bool enabled);
|
void setMwebEnabled(Object wallet, bool enabled);
|
||||||
bool getMwebEnabled(Object wallet);
|
bool getMwebEnabled(Object wallet);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue