mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
link to pubsub.md from ns-eth.md
This commit is contained in:
parent
3ee1d79e98
commit
52a7bc4267
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue