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:
parent
5a35a0e9b0
commit
2886c69eba
1 changed files with 8 additions and 1 deletions
|
|
@ -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. |
|
||||
Loading…
Add table
Add a link
Reference in a new issue