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