litecoin-project / litecoin

Litecoin source tree
http://www.litecoin.org
MIT License
4.38k stars 3.03k forks source link

Support "prevout" field data like Bitcoin Node RPC in rawtransaction #948

Open RickGray opened 8 months ago

RickGray commented 8 months ago

Is it support "prevout" field data in "gettransaction" or "getblock" RPC to reduce the number of block data parsing requests.

Just like Bitcoin PR https://github.com/bitcoin/bitcoin/pull/23319.