write thumbnail to wallet store
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
using Toolkit.Foundation;
|
||||
|
||||
namespace Wallet
|
||||
namespace Wallet;
|
||||
|
||||
public interface IWalletFactory
|
||||
{
|
||||
public interface IWalletFactory
|
||||
{
|
||||
IComponentHost? Create(string key);
|
||||
}
|
||||
}
|
||||
Task<bool> Create(string name,
|
||||
string password,
|
||||
IImageDescriptor thumbnail);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user