getblockhash: Difference between revisions
Jump to navigation
Jump to search
m (Mika moved page on getblockhash to getblockhash: Misspelled title: Renamed in v0.4.9.1221) |
(Fix display title. Add note about renaming.) |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE: | {{DISPLAYTITLE:getblockhash}} | ||
== Input == | == Input == | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 16: | Line 16: | ||
== Description == | == Description == | ||
This method expects an unnamed array containing single number and returns the block hash of block at that height. | This method expects an unnamed array containing single number and returns the block hash of block at that height. Renamed in version 0.4.9 build 1221. |
Latest revision as of 09:32, 9 March 2025
Input
Argument | Mandatory | Description | Format |
---|---|---|---|
yes | Block height | array of uint64 |
Output
Argument | Description | Format |
---|---|---|
Block hash | string |
Description
This method expects an unnamed array containing single number and returns the block hash of block at that height. Renamed in version 0.4.9 build 1221.