get_block_indexes_by_transaction_hashes

From Talleo Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Input

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

Output

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

Description

This method returns block indexes of blocks between startIndex and endIndex containing transactions with the passed-in transaction hashes.