@ethereumjs/util / verifyVerkleProof
verifyVerkleProof(
verkleCrypto
,executionWitness
):boolean
Defined in: packages/util/src/verkle.ts:84
Verifies that the executionWitness is valid for the given prestateRoot.
The VerkleCrypto foreign function interface object from Verkle cryptography
The verkle execution witness.
boolean
Whether or not the executionWitness belongs to the prestateRoot.