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