We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f164270 commit 2d14b66Copy full SHA for 2d14b66
src/XUMM.NET.SDK/Models/XApp/XummXAppOttResponse.cs
@@ -37,6 +37,9 @@ public class XummXAppOttResponse
37
[JsonPropertyName("nodetype")]
38
public string? NodeType { get; set; }
39
40
+ [JsonPropertyName("nodewss")]
41
+ public string? NodeWebSocketSecure { get; set; }
42
+
43
[JsonPropertyName("currency")]
44
public string? Currency { get; set; }
45
0 commit comments