Get transaction by hash
Get transaction info from blockchain using the transaction hash (transaction id).
sdk.transaction.getTransactionByHash(opts)
sdk.transaction.getTransactionByHash(opts)
opts.hash
(string)(required) - transaction hash.opts.protocol
(string)(required) - blockchain protocol.
Last updated