Get fees to claims

This commit is contained in:
2025-06-13 14:22:38 +07:00
parent 5188b5faec
commit 3f34c56968
13 changed files with 580 additions and 20 deletions

View File

@@ -1,10 +0,0 @@
namespace Managing.Infrastructure.Evm.Abstractions
{
public interface IWeb3ProxyService
{
Task<T> CallPrivyServiceAsync<T>(string endpoint, object payload);
Task<T> GetPrivyServiceAsync<T>(string endpoint, object payload = null);
Task<T> CallGmxServiceAsync<T>(string endpoint, object payload);
Task<T> GetGmxServiceAsync<T>(string endpoint, object payload = null);
}
}