java.lang.Object
io.mokamint.node.internal.json.TransactionAddressJson
io.mokamint.node.TransactionAddresses.Json
- All Implemented Interfaces:
io.hotmoka.websockets.beans.api.JsonRepresentation<TransactionAddress>
- Enclosing class:
TransactionAddresses
public static class TransactionAddresses.Json
extends io.mokamint.node.internal.json.TransactionAddressJson
Json representation.
-
Constructor Summary
ConstructorsConstructorDescriptionJson(TransactionAddress address) Creates the Json representation for the given transaction address. -
Method Summary
Methods inherited from class io.mokamint.node.internal.json.TransactionAddressJson
getBlockHash, getProgressive, unmap
-
Constructor Details
-
Json
Creates the Json representation for the given transaction address.- Parameters:
address- the transaction address
-