1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos-docs synced 2026-06-16 04:34:55 +02:00

docs/api/messages.md: Document RollbackMessage

This commit is contained in:
Henrik Hautakoski 2024-01-09 15:48:15 +01:00
parent 5a35a0e9b0
commit 2886c69eba

View file

@ -59,4 +59,11 @@ Heartbeat messages are posted to the heartbeat channel periodically.
| Field | Datatype | Description |
| -------- | -------- | ------------ |
| account | string | Account name |
| sequence | int | Sequence |
| sequence | int | Sequence |
### RollbackMessage
| Field | Datatype | Description |
| --------- | -------- | ------------------------------------ |
| new_block | int | The current block number |
| old_block | int | Last block number that was received. |