Package io.mokamint.application.messages
Class CheckTransactionResultMessages.Json
java.lang.Object
io.hotmoka.websockets.beans.AbstractRpcMessageJsonRepresentation<CheckTransactionResultMessage>
io.mokamint.application.messages.internal.gson.CheckTransactionResultMessageJson
io.mokamint.application.messages.CheckTransactionResultMessages.Json
- All Implemented Interfaces:
io.hotmoka.websockets.beans.api.JsonRepresentation<CheckTransactionResultMessage>
- Enclosing class:
CheckTransactionResultMessages
public static class CheckTransactionResultMessages.Json
extends io.mokamint.application.messages.internal.gson.CheckTransactionResultMessageJson
Json representation.
-
Constructor Summary
ConstructorsConstructorDescriptionJson(CheckTransactionResultMessage message) Creates the Json representation for the given message. -
Method Summary
Methods inherited from class io.mokamint.application.messages.internal.gson.CheckTransactionResultMessageJson
getExpectedType, unmapMethods inherited from class io.hotmoka.websockets.beans.AbstractRpcMessageJsonRepresentation
getId, getType
-
Constructor Details
-
Json
Creates the Json representation for the given message.- Parameters:
message- the message
-