Problem
Currently, we're saving only the transaction hash in the transaction pool storage but for txpool_* related methods, we need the entire transaction object.
Solution
Save the RLP decoded transaction in the transaction pool.
Note
Alternatives
No response