@ethereumjs/evm / generateExecutionWitness
generateExecutionWitness(
stateManager
,accessWitness
,parentStateRoot
):Promise
<VerkleExecutionWitness
>
Defined in: verkleAccessWitness.ts:400
Generate a VerkleExecutionWitness from a state manager and an access witness.
StatefulVerkleStateManager
The state manager containing the state to generate the witness for.
The access witness containing the accessed states.
Uint8Array
The parent state root (i.e. prestate root) to generate the witness for.
Promise
<VerkleExecutionWitness
>
The generated verkle execution witness
Note: This does not provide the verkle proof, which is not implemented