RPC Method eth_getTransactionByHash implementation
eth_getTransactionByHash
The thor client instance to use.
The standard array of rpc call parameters. * params[0]: The transaction hash to get as a hex string.
the transaction at the given hash formatted to the RPC standard or null if the transaction does not exist.
RPC Method eth_getTransactionByHash implementation
Link
eth_getTransactionByHash
Throws