java.lang.Object
io.hotmoka.moka.internal.json.GasCostOutputJson
io.hotmoka.moka.internal.json.ObjectsCallOutputJson
io.hotmoka.moka.ObjectsCallOutputs.Json
- All Implemented Interfaces:
io.hotmoka.websockets.beans.api.JsonRepresentation<ObjectsCallOutput>
- Enclosing class:
ObjectsCallOutputs
public static class ObjectsCallOutputs.Json
extends io.hotmoka.moka.internal.json.ObjectsCallOutputJson
JSON representation.
-
Constructor Summary
ConstructorsConstructorDescriptionJson(ObjectsCallOutput output) Creates the JSON representation for the given output. -
Method Summary
Methods inherited from class io.hotmoka.moka.internal.json.ObjectsCallOutputJson
getResult, 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
-