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
>
Source
packages/state/src/actions/dumpStorage.js:9