- All Superinterfaces:
io.hotmoka.websockets.beans.api.RpcMessage
public interface GetStateMessage
extends io.hotmoka.websockets.beans.api.RpcMessage
The network message corresponding to
Node.getState(StorageReference).-
Method Summary
Modifier and TypeMethodDescriptionYields the reference to the object whose state is required.Methods inherited from interface io.hotmoka.websockets.beans.api.RpcMessage
equals, getId, getType, hashCode
-
Method Details
-
getReference
StorageReference getReference()Yields the reference to the object whose state is required.- Returns:
- the reference
-