Skip to content

getProof

getProof(baseState): (address, storageSlots?) => Promise<Proof>

Get an EIP-1186 proof from the provider

Parameters

baseState: BaseState

Returns

Function

Parameters

address: EthjsAddress

storageSlots?: Uint8Array[]

Returns

Promise<Proof>

Source

packages/state/src/actions/getProof.js:10