mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-03-12 09:32:33 +00:00
fix
This commit is contained in:
parent
4cabac8ddc
commit
c0a8ddbf73
1 changed files with 3 additions and 0 deletions
|
@ -52,6 +52,9 @@ abstract class WalletBase<
|
|||
|
||||
Future<void> connectToNode({required Node node});
|
||||
|
||||
// there is a default definition here because only coins with a pow node (nano based) need to override this
|
||||
Future<void> connectToPowNode({required Node node}) async {}
|
||||
|
||||
Future<void> startSync();
|
||||
|
||||
Future<PendingTransaction> createTransaction(Object credentials);
|
||||
|
|
Loading…
Reference in a new issue