1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-20 12:53:02 +00:00

Added BoolConverter, added parameter for showing warning message to EnumConverter

This commit is contained in:
JKorf
2023-09-23 21:13:49 +02:00
parent a16b19019f
commit 640e4387c1
4 changed files with 87 additions and 3 deletions
@@ -15,7 +15,6 @@ using CryptoExchange.Net.Requests;
using Microsoft.Extensions.Logging;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using static CryptoExchange.Net.Objects.RateLimiter;
namespace CryptoExchange.Net
{