restoreState abstract method

SerializableHash<HashState> restoreState(
  1. T savedState
)

Restores the hash state from a saved state.

Implementation

SerializableHash restoreState(T savedState);