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