RPC - Add getmerkleblocks (#146)

* RPC - Add getmerkleblocks

* Fix xref issue

* Add missing link
This commit is contained in:
thephez 2019-08-15 13:07:22 -04:00 committed by GitHub
parent 9e953be7b5
commit 47783eb41f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 96 additions and 0 deletions

View file

@ -57,6 +57,7 @@ This file is licensed under the terms of its source texts{%endcomment%}
{% assign summary_getMemPoolEntry="returns mempool data for given transaction (must be in mempool)." %}
{% assign summary_getMemPoolInfo="returns information about the node's current transaction memory pool." %}
{% assign summary_getMemoryInfo="returns information about memory usage." %}
{% assign summary_getMerkleBlocks="returns an array of hex-encoded merkleblocks for <count> blocks<!--noref--> starting from <hash> which match <filter>." %}
{% assign summary_getMiningInfo="returns various mining-related information." %}
{% assign summary_getNetTotals="returns information about network traffic, including bytes in, bytes out, and the current time." %}
{% assign summary_getNetworkHashPS="returns the estimated network hashes per second based on the last n blocks." %}