Interface GetPolledResponseMessage

All Superinterfaces:
io.hotmoka.websockets.beans.api.RpcMessage

public interface GetPolledResponseMessage extends io.hotmoka.websockets.beans.api.RpcMessage
The network message corresponding to Node.getPolledResponse(TransactionReference).
  • Method Summary

    Modifier and Type
    Method
    Description
    Yields the reference to the transaction whose response is required.

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

    equals, getId, getType, hashCode
  • Method Details

    • getReference

      TransactionReference getReference()
      Yields the reference to the transaction whose response is required.
      Returns:
      the reference