originalStorageCache
originalStorageCache(
baseState
,skipFetchingFromFork
?):object
Commits the current change-set to the instance since the last call to checkpoint.
Parameters
• baseState: BaseState
• skipFetchingFromFork?: boolean
Returns
object
clear()
Returns
void
get()
Parameters
• address: EthjsAddress
• key: Uint8Array
Returns
Promise
<Uint8Array
>
Source
packages/state/src/actions/originalStorageCache.js:9