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 6f23454 commit 3281f49Copy full SHA for 3281f49
src/XUMM.NET.SDK/Models/XApp/XummXAppOttResponse.cs
@@ -40,6 +40,9 @@ public class XummXAppOttResponse
40
[JsonPropertyName("nodewss")]
41
public string? NodeWebSocketSecure { get; set; }
42
43
+ [JsonPropertyName("networkid")]
44
+ public uint? NetworkId { get; set; }
45
+
46
[JsonPropertyName("currency")]
47
public string? Currency { get; set; }
48
0 commit comments