Interface GetStateResultMessage

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

public interface GetStateResultMessage extends ResultMessage<Stream<Update>>
The network message corresponding to the result of the Node.getState(StorageReference) 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