java.lang.Object
io.mokamint.node.internal.json.MempoolInfoJson
io.mokamint.node.MempoolInfos.Json
- All Implemented Interfaces:
io.hotmoka.websockets.beans.api.JsonRepresentation<MempoolInfo>
- Enclosing class:
MempoolInfos
public static class MempoolInfos.Json
extends io.mokamint.node.internal.json.MempoolInfoJson
Json representation.
-
Constructor Summary
ConstructorsConstructorDescriptionJson(MempoolInfo info) Creates the Json representation for the given mempool information object. -
Method Summary
Methods inherited from class io.mokamint.node.internal.json.MempoolInfoJson
getSize, unmap
-
Constructor Details
-
Json
Creates the Json representation for the given mempool information object.- Parameters:
info- the mempool information object
-