https://bitcoin.stackexchange.com/a/13347/27951
Based upon the answer here, it seems there's values per block with each Prev_Hash
and also Tx_Root
There doesn't seem to be much documentation for how to access these. How can I find the Prev_Hash
and the Tx_Root
of the most recent block for example?
Thanks
getblock
method which can be used to display the merkle tree, but how do I find theblockHash
parameter to pass to that method, for say the last block or last 10 blocks? Not sure where I can find thoseblockHash
es – Anthony Apr 16 '16 at 00:58