Skip to content

commit

commit(baseState, skipFetchingFromFork?): (createNewStateRoot?) => Promise<void>

Commits the current change-set to the instance since the last call to checkpoint.

Parameters

baseState: BaseState

skipFetchingFromFork?: boolean

Returns

Function

Commits the current state.

Parameters

createNewStateRoot?: boolean

Whether to create a new state root Defaults to true. This api is not stable

Returns

Promise<void>

Defined in

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