java.lang.Object
io.hotmoka.network.updates.StateModel
The model of the state of an object: just the set of its updates.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStateModel(Stream<Update> state) Builds the model of the given state of an object. -
Method Summary
-
Field Details
-
updates
-
-
Constructor Details
-
StateModel
Builds the model of the given state of an object.- Parameters:
state- the state
-
StateModel
public StateModel()
-
-
Method Details
-
toBean
Yields the updates having this model.- Returns:
- the updates
-