ethereumjs-monorepo

@ethereumjs/statemanager


@ethereumjs/statemanager / getMerkleStateProof

Function: getMerkleStateProof()

getMerkleStateProof(sm, address, storageSlots): Promise<Proof>

Defined in: proof/merkle.ts:35

Get an EIP-1186 proof

Parameters

sm

MerkleStateManager

address

Address

address to get proof of

storageSlots

Uint8Array<ArrayBufferLike>[] = []

storage slots to get proof of

Returns

Promise<Proof>