GetTransactionOutcome()
Get transactions processed during a range of dates by a specific address
Method Signature
Parameters
Name | Type | Description |
---|---|---|
| String | Blockchain address in hex |
| String | Transaction ID to check |
| 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