diff --git a/docs/api/redis-channels.md b/docs/api/redis-channels.md index dc63387..b66ba0c 100644 --- a/docs/api/redis-channels.md +++ b/docs/api/redis-channels.md @@ -41,4 +41,25 @@ Channel where only `` on a specific `` is posted: Rollback mesages are posted to this channel. -`::rollback` \ No newline at end of file +`::rollback` + +## Table delta + +Table deltas are posted to the following channels + +All deltas: + +`::tabledeltas` + +Only deltas for a specific type. + +`::tabledeltas/name/` + +`` can be one of + +* `account_metadata` +* `contract_table` +* `contract_row` +* `contract_index64` +* `resource_usage` +* `resource_limits_state` \ No newline at end of file