Interface GetChainInfoResultMessage

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

public interface GetChainInfoResultMessage extends io.hotmoka.websockets.beans.api.ResultMessage<ChainInfo>
The network message corresponding to the result of the PublicNode.getChainInfo() 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