Module io.hotmoka.node.messages.api
Package io.hotmoka.node.messages.api
Interface GetPolledResponseMessage
- All Superinterfaces:
io.hotmoka.websockets.beans.api.RpcMessage
public interface GetPolledResponseMessage
extends io.hotmoka.websockets.beans.api.RpcMessage
The network message corresponding to
Node.getPolledResponse(TransactionReference).-
Method Summary
Modifier and TypeMethodDescriptionYields the reference to the transaction whose response 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 response is required.- Returns:
- the reference
-