You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Docs/Articles/CasperEventStandard.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -244,3 +244,7 @@ if (buyEvent != null)
244
244
varjson=JsonSerializer.Serialize(events);
245
245
Console.WriteLine(json);
246
246
```
247
+
248
+
## Parsing CES events in the SSE stream
249
+
250
+
See `Docs/Examples/CESParser/Program.cs` for a runnable sample that connects to the node SSE stream, listens to `TransactionProcessed` events, and pretty-prints parsed CES events.
0 commit comments