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)
opts.hash
(string)(required) - transaction hash.opts.protocol
(string)(required) - blockchain protocol.
Last updated