java.lang.Object
io.hotmoka.moka.internal.json.GasCostOutputJson
io.hotmoka.moka.internal.json.AccountCreationOutputJson
io.hotmoka.moka.internal.json.NodesTendermintValidatorsCreateOutputJson
io.hotmoka.moka.NodesTendermintValidatorsCreateOutputs.Json
- All Implemented Interfaces:
io.hotmoka.websockets.beans.api.JsonRepresentation<NodesTendermintValidatorsCreateOutput>
- Enclosing class:
NodesTendermintValidatorsCreateOutputs
public static class NodesTendermintValidatorsCreateOutputs.Json
extends io.hotmoka.moka.internal.json.NodesTendermintValidatorsCreateOutputJson
JSON representation.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates the JSON representation for the given output. -
Method Summary
Methods inherited from class io.hotmoka.moka.internal.json.NodesTendermintValidatorsCreateOutputJson
unmapMethods inherited from class io.hotmoka.moka.internal.json.AccountCreationOutputJson
getAccount, getFileMethods 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
-