Skip to main content
Version: Develop (2.2.1.506 · 16e457b)

on_getblockhash

Returns block hash by the given height.

URL: http:://127.0.0.1:11211/json_rpc

Request:

{
"id": 0,
"jsonrpc": "2.0",
"method": "on_getblockhash",
"params": [0]
}

Request description:

Response:

{
"id": 0,
"jsonrpc": "2.0",
"result": ""
}

Response description:

Auto-doc built with: 2.2.1.506[16e457b-develop]