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