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