GetTransactionOutcome()
Get transactions processed during a range of dates by a specific address
Method Signature
Parameters
Name
Type
Description
Blockchain
String
Blockchain address in hex
TxID
String
Transaction ID to check
timeoutSec
int
timeout for polling
Example
Result
The result will be a string with one of the following values: Executed
, Transaction Not Found
or Pending
Last updated