java.lang.Object
io.hotmoka.moka.internal.json.KeysShowOutputJson
io.hotmoka.moka.KeysShowOutputs.Json
- All Implemented Interfaces:
io.hotmoka.websockets.beans.api.JsonRepresentation<KeysShowOutput>
- Enclosing class:
KeysShowOutputs
public static class KeysShowOutputs.Json
extends io.hotmoka.moka.internal.json.KeysShowOutputJson
JSON representation.
-
Constructor Summary
ConstructorsConstructorDescriptionJson(KeysShowOutput output) Creates the JSON representation for the given output. -
Method Summary
Methods inherited from class io.hotmoka.moka.internal.json.KeysShowOutputJson
getConcatenatedBase64, getPrivateKeyBase58, getPrivateKeyBase64, getPublicKeyBase58, getPublicKeyBase64, getSignature, getTendermintAddress, unmap
-
Constructor Details
-
Json
Creates the JSON representation for the given output.- Parameters:
output- the output
-