Description Usage Arguments Value Author(s) References Examples
Look up a block's hash by its height.
1 2 | onGetBlockHash(height, ip = getOption("monerod.ip", "127.0.0.1"),
port = getOption("monerod.port", 18081))
|
height |
integer |
ip |
daemon ip address |
port |
daemon port |
character block hash
Garrett See
https://getmonero.org/knowledge-base/developer-guides/daemon-rpc#ongetblockhash
1 2 3 4 | ## Not run:
onGetBlockHash(height=912345)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.