Interface GetPolledResponseResultMessage

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

public interface GetPolledResponseResultMessage extends ResultMessage<TransactionResponse>
The network message corresponding to the result of the Node.getPolledResponse(TransactionReference) 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