java.lang.Object
io.hotmoka.moka.internal.json.NodesManifestAddressOutputJson
io.hotmoka.moka.NodesManifestAddressOutputs.Json
- All Implemented Interfaces:
io.hotmoka.websockets.beans.api.JsonRepresentation<NodesManifestAddressOutput>
- Enclosing class:
NodesManifestAddressOutputs
public static class NodesManifestAddressOutputs.Json
extends io.hotmoka.moka.internal.json.NodesManifestAddressOutputJson
JSON representation.
-
Constructor Summary
ConstructorsConstructorDescriptionJson(NodesManifestAddressOutput output) Creates the JSON representation for the given output. -
Method Summary
Methods inherited from class io.hotmoka.moka.internal.json.NodesManifestAddressOutputJson
getManifest, unmap
-
Constructor Details
-
Json
Creates the JSON representation for the given output.- Parameters:
output- the output
-