@ethereumjs/statemanager / addMerkleStateStorageProof
addMerkleStateStorageProof(
sm,storageProof,storageHash,address,safe):Promise<void>
Defined in: proof/merkle.ts:90
Adds a storage proof to the state manager
StorageProof[]
The storage proof
`0x${string}`
The root hash of the storage trie
Address
The address
boolean = false
Whether or not to verify if the reported roots match the current storage root
Promise<void>