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