Difference between revisions of "get blocks details by hashes"

From Talleo Wiki
Jump to navigation Jump to search
(Created page with "== Input == {| class="wikitable" ! Argument !! Mandatory !! Description !! Format |- | blockHashes || yes || List of block hashes || array |} == Output == {| class="wikitable...")
 
Line 14: Line 14:
 
| status || Status of the request, "OK" if successful || string
 
| status || Status of the request, "OK" if successful || string
 
|}
 
|}
 +
 +
== Notes ==
 +
* Block hashes are passed as arrays of 8-bit integers, instead of hexadecimal string

Revision as of 03:26, 23 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

Notes

  • Block hashes are passed as arrays of 8-bit integers, instead of hexadecimal string