Difference between revisions of "get transaction details by hashes"

From Talleo Wiki
Jump to navigation Jump to search
Line 14: Line 14:
 
| 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. This means some values need to be converted if passed to methods expecting strings instead of arrays of 8-bit integers.
  
 
== Notes ==
 
== Notes ==
 
* Transaction hashes are passed as arrays of 8-bit integers, instead of hexadecimal string
 
* Transaction hashes are passed as arrays of 8-bit integers, instead of hexadecimal string

Revision as of 03:33, 23 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. This means some values need to be converted if passed to methods expecting strings instead of arrays of 8-bit integers.

Notes

  • Transaction hashes are passed as arrays of 8-bit integers, instead of hexadecimal string