Module io.hotmoka.node.api
Package io.hotmoka.node.api.responses
Interface VoidMethodCallTransactionSuccessfulResponse
- All Superinterfaces:
CodeExecutionTransactionResponse,io.hotmoka.marshalling.api.Marshallable,MethodCallTransactionResponse,NonInitialTransactionResponse,TransactionResponse,TransactionResponseWithEvents,TransactionResponseWithUpdates
public interface VoidMethodCallTransactionSuccessfulResponse
extends MethodCallTransactionResponse, TransactionResponseWithEvents
A response for a successful transaction that calls a method
in the store of a node. The method has been called without problems and
without generating exceptions. The method returns
void.-
Method Summary
Methods inherited from interface io.hotmoka.marshalling.api.Marshallable
into, size, toByteArrayMethods inherited from interface io.hotmoka.node.api.responses.NonInitialTransactionResponse
getGasConsumedForCPU, getGasConsumedForRAM, getGasConsumedForStorageMethods inherited from interface io.hotmoka.node.api.responses.TransactionResponse
equals, hashCode, toStringMethods inherited from interface io.hotmoka.node.api.responses.TransactionResponseWithEvents
getEvents, hasEventsMethods inherited from interface io.hotmoka.node.api.responses.TransactionResponseWithUpdates
getUpdates