write thumbnail to wallet store
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Wallet;
|
||||
|
||||
public interface IWalletStoreFactory
|
||||
{
|
||||
Task<bool> Create(string name, SecurityKey key);
|
||||
}
|
||||
Reference in New Issue
Block a user