Interface ConstructorCallTransactionSuccessfulResponse

All Superinterfaces:
CodeExecutionTransactionResponse, ConstructorCallTransactionResponse, io.hotmoka.marshalling.api.Marshallable, NonInitialTransactionResponse, TransactionResponse, TransactionResponseWithEvents, TransactionResponseWithUpdates

public interface ConstructorCallTransactionSuccessfulResponse extends ConstructorCallTransactionResponse, TransactionResponseWithEvents
A response for a successful transaction that calls a constructor to instantiate an object in the store of the node. The constructor has been called without problems and without generating exceptions.
  • Method Details

    • getNewObject

      StorageReference getNewObject()
      Yields the reference to the object that has been created.
      Returns:
      the reference