getStateRoot
getStateRoot(
baseState,skipFetchingFromFork?): () =>Promise<Uint8Array>
Gets the current state root
Parameters
• baseState: BaseState
• skipFetchingFromFork?: boolean
Returns
Function
Returns
Promise<Uint8Array>
getStateRoot(
baseState,skipFetchingFromFork?): () =>Promise<Uint8Array>
Gets the current state root
• baseState: BaseState
• skipFetchingFromFork?: boolean
Function
Promise<Uint8Array>