Module io.hotmoka.node.api
Package io.hotmoka.node.api.requests
Interface AbstractInstanceMethodCallTransactionRequest
- All Superinterfaces:
CodeExecutionTransactionRequest<MethodCallTransactionResponse>,io.hotmoka.marshalling.api.Marshallable,MethodCallTransactionRequest,NonInitialTransactionRequest<MethodCallTransactionResponse>,TransactionRequest<MethodCallTransactionResponse>
- All Known Subinterfaces:
InstanceMethodCallTransactionRequest,InstanceSystemMethodCallTransactionRequest
A request for calling an instance method of a storage object in a node.
-
Method Summary
Modifier and TypeMethodDescriptionYields the receiver of the call.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.MethodCallTransactionRequest
getStaticTargetMethods 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
-
getReceiver
StorageReference getReceiver()Yields the receiver of the call.- Returns:
- the receiver of the call
-