Package io.mokamint.application.messages
Class DeliverTransactionMessages
java.lang.Object
io.mokamint.application.messages.DeliverTransactionMessages
A provider of
DeliverTransactionMessage.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classGson decoder.static classGson encoder.static classJson representation. -
Method Summary
Modifier and TypeMethodDescriptionstatic DeliverTransactionMessageYields aDeliverTransactionMessage.
-
Method Details
-
of
public static DeliverTransactionMessage of(int groupId, io.mokamint.node.api.Transaction transaction, String id) Yields aDeliverTransactionMessage.- Parameters:
groupId- the identifier of the group of transactions in the messagetransaction- the transaction in the messageid- the identifier of the message- Returns:
- the message
-