From 52a7bc42674fb09d8ad0b211ddd4ecb1602b9c98 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Fri, 1 Nov 2019 12:57:13 +0100 Subject: [PATCH] link to pubsub.md from ns-eth.md --- docs/_rpc/ns-eth.md | 4 ++++ docs/_rpc/pubsub.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/_rpc/ns-eth.md b/docs/_rpc/ns-eth.md index 94af3c817a..47b0dba5ad 100644 --- a/docs/_rpc/ns-eth.md +++ b/docs/_rpc/ns-eth.md @@ -7,6 +7,10 @@ Geth provides several extensions to the standard "eth" JSON-RPC namespace. * TOC {:toc} +### eth_subscribe, eth_unsubscribe + +These methods are used for real-time events through subscriptions. See the [subscription +documentation](./pubsub) for more information. ### eth_call diff --git a/docs/_rpc/pubsub.md b/docs/_rpc/pubsub.md index cb7015db1c..b4f24aacc8 100644 --- a/docs/_rpc/pubsub.md +++ b/docs/_rpc/pubsub.md @@ -1,5 +1,5 @@ --- -title: eth_subscribe +title: Real-time Events --- Geth v1.4 and later support publish / subscribe using JSON-RPC notifications. This allows