Interface GetNodeInfoResultMessage

All Superinterfaces:
ResultMessage<NodeInfo>, io.hotmoka.websockets.beans.api.RpcMessage, Supplier<NodeInfo>

public interface GetNodeInfoResultMessage extends ResultMessage<NodeInfo>
The network message corresponding to the result of the Node.getNodeInfo() method.
  • Method Summary

    Methods inherited from interface io.hotmoka.websockets.beans.api.RpcMessage

    equals, getId, getType, hashCode

    Methods inherited from interface java.util.function.Supplier

    get