Add Privy type wallet
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Managing.Infrastructure.Evm.Models;
|
||||
|
||||
namespace Managing.Infrastructure.Evm.Abstractions;
|
||||
|
||||
public interface IPrivyService
|
||||
{
|
||||
Task<PrivyWallet> CreateWalletAsync(string chainType = "ethereum");
|
||||
|
||||
Task<HttpResponseMessage> SendTransactionAsync(string walletId, string recipientAddress, long value,
|
||||
string caip2 = "eip155:84532");
|
||||
}
|
||||
Reference in New Issue
Block a user