get block hashes by payment id: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{DISPLAYTITLE:get_block_hashes_by_payment_id}} == Input == {| class="wikitable" ! Argument !! Mandatory !! Description !! Format |- | paymentId || yes || Payment ID || Hash...") |
(Add description.) |
||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
! Argument !! Mandatory !! Description !! Format | ! Argument !! Mandatory !! Description !! Format | ||
|- | |- | ||
| paymentId || yes || Payment ID || [[Hash]] | | paymentId || yes || Payment ID || [[Hash]] | ||
|- | |||
| startIndex || no || Lowest block index of block to return hashes || uint32 | |||
|- | |||
| endIndex || no || Highest block index of block to return hashes || uint32 | |||
|} | |} | ||
Line 15: | Line 19: | ||
| status || Status of request, "OK" if successful || string | | status || Status of request, "OK" if successful || string | ||
|} | |} | ||
== Description == | |||
This method returns block hashes of blocks between startIndex and endIndex containing transactions with payment ID passed in "paymentId". |
Latest revision as of 10:55, 27 March 2020
Input
Argument | Mandatory | Description | Format |
---|---|---|---|
paymentId | yes | Payment ID | Hash |
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 between startIndex and endIndex containing transactions with payment ID passed in "paymentId".