getTransactionOutcome()
Get recursively if the transaction gets processed
Method Signature
Parameters
Name
Type
Description
blockchain
string
Blockchain address in hex
txID
string
txID
timeoutSec
int
Polling every n sec
Example
Result
The result will be of type JSON
. Check the GetTransactionbyID()
for result examples.
Last updated