mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-08-31 08:52:08 +00:00
Added getzmqnotifications command description.
This commit is contained in:
parent
0bfd88e80d
commit
7c27f713e9
13
doc/zmq.md
13
doc/zmq.md
@ -76,6 +76,19 @@ notification `-zmqpubhashtx` the topic is `hashtx` (no null
|
|||||||
terminator) and the body is the transaction hash (32
|
terminator) and the body is the transaction hash (32
|
||||||
bytes).
|
bytes).
|
||||||
|
|
||||||
|
The command `getzmqnotifications` can be used to check what ZeroMQ notifications are enabled:
|
||||||
|
|
||||||
|
```
|
||||||
|
kevacoin-cli getzmqnotifications
|
||||||
|
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"type": "pubkeva",
|
||||||
|
"address": "tcp://127.0.0.1:29000"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
```
|
||||||
|
|
||||||
These options can also be provided in kevacoin.conf. The following is an sample
|
These options can also be provided in kevacoin.conf. The following is an sample
|
||||||
kevacoin.conf file that supports ZeroMQ notification of Keva events:
|
kevacoin.conf file that supports ZeroMQ notification of Keva events:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user