Commit d8cd3b8a authored by clabby's avatar clabby

Add proof doc

parent f51a5553
...@@ -54,7 +54,7 @@ interface IFaultDisputeGame is IDisputeGame { ...@@ -54,7 +54,7 @@ interface IFaultDisputeGame is IDisputeGame {
* @param prestateIndex The index of the prestate of the step within `claimData`. * @param prestateIndex The index of the prestate of the step within `claimData`.
* @param parentIndex The index of the parent claim within `claimData`. * @param parentIndex The index of the parent claim within `claimData`.
* @param stateData The stateData of the step is the preimage of the claim @ `prestateIndex` * @param stateData The stateData of the step is the preimage of the claim @ `prestateIndex`
* @param proof ... * @param proof Proof to access memory leaf nodes in the VM.
*/ */
function step( function step(
uint256 prestateIndex, uint256 prestateIndex,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment