Module io.hotmoka.node.api
Package io.hotmoka.node.api.requests
Interface InstanceSystemMethodCallTransactionRequest
- All Superinterfaces:
AbstractInstanceMethodCallTransactionRequest,CodeExecutionTransactionRequest<MethodCallTransactionResponse>,io.hotmoka.marshalling.api.Marshallable,MethodCallTransactionRequest,NonInitialTransactionRequest<MethodCallTransactionResponse>,SystemTransactionRequest<MethodCallTransactionResponse>,TransactionRequest<MethodCallTransactionResponse>
public interface InstanceSystemMethodCallTransactionRequest
extends AbstractInstanceMethodCallTransactionRequest, SystemTransactionRequest<MethodCallTransactionResponse>
A request for calling an instance method of a storage object in a node.
This request is not signed, hence it is only used for calls started by the same
node. Users cannot run a transaction from this request.
-
Method Summary
Methods inherited from interface io.hotmoka.node.api.requests.AbstractInstanceMethodCallTransactionRequest
getReceiverMethods 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