Skip to content

dumpStorage

dumpStorage(baseState, skipFetchingFromFork?): (address) => Promise<StorageDump>

Dumps the RLP-encoded storage values for an account specified by address. Keys are the storage keys, values are the storage values as strings. Both are represented as 0x prefixed hex strings.

Parameters

baseState: BaseState

skipFetchingFromFork?: boolean

Returns

Function

Parameters

address: EthjsAddress

Returns

Promise<StorageDump>

Defined in

packages/state/src/actions/dumpStorage.js:9