java.lang.Object
io.mokamint.node.internal.json.MempoolPortionJson
io.mokamint.node.MempoolPortions.Json
- All Implemented Interfaces:
io.hotmoka.websockets.beans.api.JsonRepresentation<MempoolPortion>
- Enclosing class:
MempoolPortions
public static class MempoolPortions.Json
extends io.mokamint.node.internal.json.MempoolPortionJson
Json representation.
-
Constructor Summary
ConstructorsConstructorDescriptionJson(MempoolPortion mempool) Creates the Json representation for the given portion of mempool. -
Method Summary
Methods inherited from class io.mokamint.node.internal.json.MempoolPortionJson
getEntries, unmap
-
Constructor Details
-
Json
Creates the Json representation for the given portion of mempool.- Parameters:
mempool- the portion of mempool
-