java.lang.Object
io.hotmoka.moka.internal.json.GasCostOutputJson
io.hotmoka.moka.internal.json.ObjectsCreateOutputJson
io.hotmoka.moka.ObjectsCreateOutputs.Json
- All Implemented Interfaces:
io.hotmoka.websockets.beans.api.JsonRepresentation<ObjectsCreateOutput>
- Enclosing class:
ObjectsCreateOutputs
public static class ObjectsCreateOutputs.Json
extends io.hotmoka.moka.internal.json.ObjectsCreateOutputJson
JSON representation.
-
Constructor Summary
ConstructorsConstructorDescriptionJson(ObjectsCreateOutput output) Creates the JSON representation for the given output. -
Method Summary
Methods inherited from class io.hotmoka.moka.internal.json.ObjectsCreateOutputJson
getObject, unmapMethods inherited from class io.hotmoka.moka.internal.json.GasCostOutputJson
getErrorMessage, getGasCost, getTransaction
-
Constructor Details
-
Json
Creates the JSON representation for the given output.- Parameters:
output- the output
-