I’d like to see an option in RPC ‘getrawmempool’ so it returns the decoded txs instead of the hash only.
This is my first try, please don’t laugh :) It is my first c++ code ever.
https://gist.github.com/imton/cc1db0f79c5d7099039d
As we discussed in IRC, the idea should be to refactor “getrawtransaction” and put it into a utility method so we can reuse that here.
I will try to do it, at least for me because I need it. Would love to hear what you think.
Thanks, ton.