getblockhash: Difference between revisions

From Talleo Wiki
Jump to navigation Jump to search
mNo edit summary
(Fix display title. Add note about renaming.)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{DISPLAYTITLE:on_getblockhash}}
{{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.