Module io.hotmoka.node.api
Package io.hotmoka.node.api.requests
Interface MethodCallTransactionRequest
- All Superinterfaces:
CodeExecutionTransactionRequest<MethodCallTransactionResponse>,io.hotmoka.marshalling.api.Marshallable,NonInitialTransactionRequest<MethodCallTransactionResponse>,TransactionRequest<MethodCallTransactionResponse>
- All Known Subinterfaces:
AbstractInstanceMethodCallTransactionRequest,InstanceMethodCallTransactionRequest,InstanceSystemMethodCallTransactionRequest,StaticMethodCallTransactionRequest
public interface MethodCallTransactionRequest
extends CodeExecutionTransactionRequest<MethodCallTransactionResponse>
A request for calling a method in a node.
-
Method Summary
Modifier and TypeMethodDescriptionYields the method or constructor referenced in this request.Methods inherited from interface io.hotmoka.node.api.requests.CodeExecutionTransactionRequest
actualsMethods inherited from interface io.hotmoka.marshalling.api.Marshallable
into, size, toByteArrayMethods inherited from interface io.hotmoka.node.api.requests.NonInitialTransactionRequest
getCaller, getClasspath, getGasLimit, getGasPrice, getNonceMethods inherited from interface io.hotmoka.node.api.requests.TransactionRequest
equals, hashCode, toString
-
Method Details
-
getStaticTarget
MethodSignature getStaticTarget()Description copied from interface:CodeExecutionTransactionRequestYields the method or constructor referenced in this request.- Specified by:
getStaticTargetin interfaceCodeExecutionTransactionRequest<MethodCallTransactionResponse>- Returns:
- the method or constructor
-