Skip to content

Commit 3281f49

Browse files
Add NetworkId to OTT response (#33)
1 parent 6f23454 commit 3281f49

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
@@ -40,6 +40,9 @@ public class XummXAppOttResponse
4040
[JsonPropertyName("nodewss")]
4141
public string? NodeWebSocketSecure { get; set; }
4242

43+
[JsonPropertyName("networkid")]
44+
public uint? NetworkId { get; set; }
45+
4346
[JsonPropertyName("currency")]
4447
public string? Currency { get; set; }
4548

0 commit comments

Comments
 (0)