### What was wrong? We don't have support for the `eth_getRawTransactionByHash` RPC method. ### How can it be fixed? Add it to `BaseEth`, and add it to both `Eth` and `AsyncEth` following established patterns. Tests will need to be added as well.