Rename to init
This commit is contained in:
@@ -35,5 +35,5 @@ public interface IAccountService
|
||||
Task<SwapInfos> SendTokenAsync(User user, string accountName, string recipientAddress, Ticker ticker,
|
||||
decimal amount, int? chainId = null);
|
||||
|
||||
Task<List<ExchangeApprovalStatus>> GetExchangeApprovalStatusAsync(User user);
|
||||
Task<List<ExchangeInitializedStatus>> GetExchangeInitializedStatusAsync(User user);
|
||||
}
|
||||
Reference in New Issue
Block a user