- Update and Fix Conflicts with main

This commit is contained in:
OmarHatem 2023-04-28 05:39:54 +03:00
parent 17ec1667ae
commit d3f0c7fb85

View file

@ -265,4 +265,6 @@ abstract class EthereumWalletBase
return EthPrivateKey.fromHex(HEX.encode(addressAtIndex.privateKey as List<int>)); return EthPrivateKey.fromHex(HEX.encode(addressAtIndex.privateKey as List<int>));
} }
Future<void>? updateBalance() => null;
} }