checkTransactionSuccess
Check if a transaction is successful.
Object containing a boolean success field indicating if transaction is successful and a the list of events in case of success or the Failed Event in case of transaction failure.
Result from a submitTxBlocking function: An events list.
Generated using TypeDoc
Name
checkTransactionSuccess
Summary
Check if a transaction is successful.
Returns
Object containing a boolean success field indicating if transaction is successful and a the list of events in case of success or the Failed Event in case of transaction failure.