Package io.mokamint.node.messages.api
Interface GetTransactionAddressMessage
- All Superinterfaces:
io.hotmoka.websockets.beans.api.RpcMessage
public interface GetTransactionAddressMessage
extends io.hotmoka.websockets.beans.api.RpcMessage
The network message corresponding to the
PublicNode.getTransactionAddress(byte[]) method.-
Method Summary
Methods inherited from interface io.hotmoka.websockets.beans.api.RpcMessage
equals, getId, getType, hashCode
-
Method Details
-
getHash
byte[] getHash()Yields thehashparameter of the method.- Returns:
- the parameter
-