Get transaction receipt by hash
Get transaction receipt using the transaction hash (transaction id). This method is supported only for EVMs (ETHEREUM, CELO, POLYGON, BSC, STRATUS, ...)
sdk.transaction.getTransactionReceiptByHash(opts)
sdk.transaction.getTransactionReceiptByHash(opts)const tx = await sdk.transaction.getTransactionReceiptByHash({ hash: '<hash>', protocol: 'BSC' })
// Blockchain transaction receipt returnedLast updated
