Module io.hotmoka.node.api
Package io.hotmoka.node.api.requests
Interface InstanceMethodCallTransactionRequest
- All Superinterfaces:
AbstractInstanceMethodCallTransactionRequest,CodeExecutionTransactionRequest<MethodCallTransactionResponse>,io.hotmoka.marshalling.api.Marshallable,MethodCallTransactionRequest,NonInitialTransactionRequest<MethodCallTransactionResponse>,SignedTransactionRequest<MethodCallTransactionResponse>,TransactionRequest<MethodCallTransactionResponse>
public interface InstanceMethodCallTransactionRequest
extends AbstractInstanceMethodCallTransactionRequest, SignedTransactionRequest<MethodCallTransactionResponse>
A request for calling an instance method of a storage object in a node.
-
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.SignedTransactionRequest
getCaller, getChainId, getSignature, intoWithoutSignature, toByteArrayWithoutSignatureMethods inherited from interface io.hotmoka.node.api.requests.TransactionRequest
equals, hashCode, toString