Package io.mokamint.application.messages
Class CheckTransactionMessages.Json
java.lang.Object
io.hotmoka.websockets.beans.AbstractRpcMessageJsonRepresentation<CheckTransactionMessage>
io.mokamint.application.messages.internal.gson.CheckTransactionMessageJson
io.mokamint.application.messages.CheckTransactionMessages.Json
- All Implemented Interfaces:
io.hotmoka.websockets.beans.api.JsonRepresentation<CheckTransactionMessage>
- Enclosing class:
CheckTransactionMessages
public static class CheckTransactionMessages.Json
extends io.mokamint.application.messages.internal.gson.CheckTransactionMessageJson
Json representation.
-
Constructor Summary
ConstructorsConstructorDescriptionJson(CheckTransactionMessage message) Creates the Json representation for the given message. -
Method Summary
Methods inherited from class io.mokamint.application.messages.internal.gson.CheckTransactionMessageJson
getExpectedType, getTransaction, 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
-