Difference between revisions of "get block hashes by transaction hashes"

From Talleo Wiki
Jump to navigation Jump to search
(Add description.)
(→‎Input: Add startIndex and endIndex)
Line 5: Line 5:
 
|-
 
|-
 
| transactionHashes || yes || List of transaction hashes || array
 
| transactionHashes || yes || List of transaction hashes || array
 +
|-
 +
| startIndex || no || Lowest block index of block to return hashes || uint32
 +
|-
 +
| endIndex || no || Highest block index of block to return hashes || uint32
 
|}
 
|}
  

Revision as of 12:52, 27 March 2020

Input

Argument Mandatory Description Format
transactionHashes yes List of transaction hashes array
startIndex no Lowest block index of block to return hashes uint32
endIndex no Highest block index of block to return hashes uint32

Output

Argument Description Format
blockHashes List of block hashes array
status Status of request, "OK" if successful string

Description

This method returns block hashes of blocks containing transactions with the passed-in transaction hashes.