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