getblockhash: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Input == {| class="wikitable" ! Argument !! Mandatory !! Description !! Format |- | || yes || Block height || array of uint64 |} == Output == {| class="wikitable" ! Argume...") |
(Fix display title. Add note about renaming.) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:getblockhash}} | |||
== Input == | == Input == | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 15: | 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.