I have a public function with a parameter bytes32 _blockhash.
How can I prove that the given blockhash is a valid part of the chain that lead to the current blockhash?
(I've been told that this should be possible via a merkle proof, but I'm not familiar with how to do this)
I have a public function with a parameter
bytes32 _blockhash.How can I prove that the given blockhash is a valid part of the chain that lead to the current blockhash?
(I've been told that this should be possible via a merkle proof, but I'm not familiar with how to do this)