package octez-libs

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Introspection.Message_cache

type t
val get_message_for_peer : Peer.t -> Message_id.t -> t -> (t * Message.t * int) option
val seen_message : Message_id.t -> t -> bool
module Internal_for_tests : sig ... end