Skip to content

Commit 2d14b66

Browse files
Added nodewss to XummXAppOttResponse (#31)
1 parent f164270 commit 2d14b66

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/XUMM.NET.SDK/Models/XApp/XummXAppOttResponse.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ public class XummXAppOttResponse
3737
[JsonPropertyName("nodetype")]
3838
public string? NodeType { get; set; }
3939

40+
[JsonPropertyName("nodewss")]
41+
public string? NodeWebSocketSecure { get; set; }
42+
4043
[JsonPropertyName("currency")]
4144
public string? Currency { get; set; }
4245

0 commit comments

Comments
 (0)