java.lang.Object
io.mokamint.node.internal.json.MempoolEntryJson
io.mokamint.node.MempoolEntries.Json
- All Implemented Interfaces:
io.hotmoka.websockets.beans.api.JsonRepresentation<MempoolEntry>
- Enclosing class:
MempoolEntries
public static class MempoolEntries.Json
extends io.mokamint.node.internal.json.MempoolEntryJson
Json representation.
-
Constructor Summary
ConstructorsConstructorDescriptionJson(MempoolEntry entry) Creates the Json representation for the given mempool entry. -
Method Summary
Methods inherited from class io.mokamint.node.internal.json.MempoolEntryJson
getHash, getPriority, unmap
-
Constructor Details
-
Json
Creates the Json representation for the given mempool entry.- Parameters:
entry- the mempool entry
-