getblockhashes {disallowed} - Zcash
Example code for the getblockhashes {disallowed} json-rpc method. Сomplete guide on how to use getblockhashes {disallowed} json-rpc in GetBlock.io Web3 documentation.
Parameters
high.
- numeric
The newer block timestamp.
low
- numeric
The older block timestamp.
options
- string
Optional.
A json object:
{
"noOrphans": true|false (boolean) will only include blocks on the main chain
"logicalTimes": true|false (boolean) will include logical timestamps with hashes
}
Request
Response
Last updated