You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)