Bug fixes
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Wallet;
|
||||
|
||||
public interface IWalletDatabaseFactory
|
||||
{
|
||||
Task<bool> Create(string name, string key);
|
||||
}
|
||||
Reference in New Issue
Block a user