link to pubsub.md from ns-eth.md

This commit is contained in:
Felix Lange 2019-11-01 12:57:13 +01:00
parent 3ee1d79e98
commit 52a7bc4267
2 changed files with 5 additions and 1 deletions

View file

@ -7,6 +7,10 @@ Geth provides several extensions to the standard "eth" JSON-RPC namespace.
* TOC * TOC
{: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 ### eth_call

View file

@ -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 Geth v1.4 and later support publish / subscribe using JSON-RPC notifications. This allows