This commit is contained in:
fosse 2023-08-10 09:05:34 -04:00
parent 4cabac8ddc
commit c0a8ddbf73

View file

@ -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);