getStateRoot
getStateRoot(
baseState
,skipFetchingFromFork
?): () =>Promise
<Uint8Array
>
Gets the current state root
Parameters
• baseState: BaseState
• skipFetchingFromFork?: boolean
Returns
Function
Returns
Promise
<Uint8Array
>
Source
packages/state/src/actions/getStateRoot.js:7