Skip to content

Commit

Permalink
Switch to interfaces instead of events and add query endpoint stub
Browse files Browse the repository at this point in the history
  • Loading branch information
Endogen authored Jun 15, 2024
1 parent 504289f commit 022217c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/node/events.md → src/node/interfaces.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
---
title: Events
title: Interfaces
description: CometBFT offers the following events to which you can subscribe
---

# REST API
Describe `query` endpoint

# Subscribe to Events

CometBFT offers the following events to which you can subscribe
CometBFT offers the following events to which you can subscribe via Websockets
```
EventNewBlock = "NewBlock"
EventNewBlockHeader = "NewBlockHeader"
Expand Down

0 comments on commit 022217c

Please sign in to comment.