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