mirror of
https://github.com/eosswedenorg/thalos-docs
synced 2026-06-18 04:50:03 +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
|
|
@ -60,3 +60,10 @@ Heartbeat messages are posted to the heartbeat channel periodically.
|
||||||
| -------- | -------- | ------------ |
|
| -------- | -------- | ------------ |
|
||||||
| account | string | Account name |
|
| 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