Module io.hotmoka.node.messages.api
Package io.hotmoka.node.messages.api
Interface GetRequestMessage
- All Superinterfaces:
io.hotmoka.websockets.beans.api.RpcMessage
public interface GetRequestMessage
extends io.hotmoka.websockets.beans.api.RpcMessage
The network message corresponding to
Node.getRequest(TransactionReference).-
Method Summary
Modifier and TypeMethodDescriptionYields the reference to the transaction whose request is required.Methods inherited from interface io.hotmoka.websockets.beans.api.RpcMessage
equals, getId, getType, hashCode
-
Method Details
-
getReference
TransactionReference getReference()Yields the reference to the transaction whose request is required.- Returns:
- the reference
-