Contents

stateDidResetToBookmark(_:)

Called whenever a jumpToBookmark is applied to the shared network table state. stateDidResetToBookmark callbacks are also reliably ordered with actionWasConfirmed and actionWasRolledBack callbacks, and are also network delayed behind any changes to the speculative visible table state.

Declaration

func stateDidResetToBookmark(_ bookmarkID: StateBookmarkIdentifier)

See Also

Handling seat actions