get blocks details by hashes: Difference between revisions

From Talleo Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{DISPLAYTITLE:get_blocks_details_by_hashes}}
== Input ==
== Input ==
{| class="wikitable"
{| class="wikitable"
Line 15: Line 16:
|}
|}


== Notes ==
== Description ==
* Block hashes are passed as arrays of 8-bit integers, instead of hexadecimal string
* This is JSON version of [[get_blocks_details_by_hashes.bin]] and uses same structs as the binary version.

Latest revision as of 09:51, 24 March 2020

Input

Argument Mandatory Description Format
blockHashes yes List of block hashes array

Output

Argument Description Format
blocks List of blocks array
status Status of the request, "OK" if successful string

Description