docs/docs/build/rpc-api/daemon-rpc-api/on_getblockhash.md
zano build machine 49f0f115fb Auto generated doc
2025-03-31 15:37:26 +03:00

400 B

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.1.5.397[2872515]