mirror of
https://github.com/eosswedenorg/thalos-docs
synced 2026-07-04 12:03:42 +02:00
docs/api/redis-channels.md: adding table delta channels.
This commit is contained in:
parent
ffedbc5134
commit
a21728a1c6
1 changed files with 22 additions and 1 deletions
|
|
@ -42,3 +42,24 @@ Channel where only `<action>` on a specific `<contract>` is posted:
|
||||||
Rollback mesages are posted to this channel.
|
Rollback mesages are posted to this channel.
|
||||||
|
|
||||||
`<namespace>::rollback`
|
`<namespace>::rollback`
|
||||||
|
|
||||||
|
## Table delta
|
||||||
|
|
||||||
|
Table deltas are posted to the following channels
|
||||||
|
|
||||||
|
All deltas:
|
||||||
|
|
||||||
|
`<namespace>::tabledeltas`
|
||||||
|
|
||||||
|
Only deltas for a specific type.
|
||||||
|
|
||||||
|
`<namespace>::tabledeltas/name/<name>`
|
||||||
|
|
||||||
|
`<name>` can be one of
|
||||||
|
|
||||||
|
* `account_metadata`
|
||||||
|
* `contract_table`
|
||||||
|
* `contract_row`
|
||||||
|
* `contract_index64`
|
||||||
|
* `resource_usage`
|
||||||
|
* `resource_limits_state`
|
||||||
Loading…
Add table
Add a link
Reference in a new issue