@ethereumjs/block / VerkleExecutionWitness
Experimental, object format could eventual change. An object that provides the state and proof necessary for verkle stateless execution
• stateDiff: VerkleStateDiff
[]
An array of state diffs. Each item corresponding to state accesses or state modifications of the block. In the current design, it also contains the resulting state of the block execution (post-state).
• verkleProof: VerkleProof
The verkle proof for the block. Proves that the provided stateDiff belongs to the canonical verkle tree.