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