get block hashes by transaction hashes: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{DISPLAYTITLE:get_block_hashes_by_transaction_hashes}} == Input == {| class="wikitable" ! Argument !! Mandatory !! Description !! Format |- | transactionHashes || yes || List...") |
(Add description.) |
||
Line 15: | Line 15: | ||
| status || Status of request, "OK" if successful || string | | status || Status of request, "OK" if successful || string | ||
|} | |} | ||
== Description == | |||
This method returns block hashes of blocks containing transactions with the passed-in transaction hashes. |
Revision as of 19:13, 26 March 2020
Input
Argument | Mandatory | Description | Format |
---|---|---|---|
transactionHashes | yes | List of transaction hashes | array |
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.