From a21728a1c613b17add0603f3c0f90ec57f54e797 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sun, 21 Jan 2024 13:37:14 +0100 Subject: [PATCH] docs/api/redis-channels.md: adding table delta channels. --- docs/api/redis-channels.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) 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