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