Interface AbstractInstanceMethodCallTransactionRequest

All Superinterfaces:
CodeExecutionTransactionRequest<MethodCallTransactionResponse>, io.hotmoka.marshalling.api.Marshallable, MethodCallTransactionRequest, NonInitialTransactionRequest<MethodCallTransactionResponse>, TransactionRequest<MethodCallTransactionResponse>
All Known Subinterfaces:
InstanceMethodCallTransactionRequest, InstanceSystemMethodCallTransactionRequest

public interface AbstractInstanceMethodCallTransactionRequest extends MethodCallTransactionRequest
A request for calling an instance method of a storage object in a node.
  • Method Details

    • getReceiver

      StorageReference getReceiver()
      Yields the receiver of the call.
      Returns:
      the receiver of the call