get transaction details by hashes: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Input == {| class="wikitable" ! Argument !! Mandatory !! Description !! Format |- | transactionHashes || yes || List of transaction hashes || array |} == Output == {| clas...") |
mNo edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:get_transaction_details_by_hashes}} | |||
== Input == | == Input == | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 14: | Line 15: | ||
| status || Status of the request, "OK" if successful || string | | status || Status of the request, "OK" if successful || string | ||
|} | |} | ||
== Description == | |||
* This is JSON version of [[get_transaction_details_by_hashes.bin]] and uses same structs as the binary version. |
Latest revision as of 09:51, 24 March 2020
Input
Argument | Mandatory | Description | Format |
---|---|---|---|
transactionHashes | yes | List of transaction hashes | array |
Output
Argument | Description | Format |
---|---|---|
transactions | List of transactions | array |
status | Status of the request, "OK" if successful | string |
Description
- This is JSON version of get_transaction_details_by_hashes.bin and uses same structs as the binary version.