mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Tried to test 3xpl websocket again but still doesn't work for listening to transactions for individual addresses. Might work just watching the mempool though
This commit is contained in:
@@ -30,7 +30,8 @@ public class ThreeXplDataModel
|
||||
[JsonPropertyName("sort_key")]
|
||||
public int? SortKey { get; set; }
|
||||
[JsonPropertyName("time")]
|
||||
public DateTimeOffset? Time { get; set; }
|
||||
[JsonConverter(typeof(ThreeXplDateTimeConverter))]
|
||||
public DateTime Time { get; set; }
|
||||
[JsonPropertyName("currency")]
|
||||
public string? Currency { get; set; }
|
||||
[JsonPropertyName("effect")]
|
||||
|
||||
Reference in New Issue
Block a user