View Source Kadena.Chainweb.P2P.MempoolRetrieveResponse (Kadena v0.19.0)

MempoolRetrieveResponse struct definition.

Link to this section Summary

Link to this section Types

@type hashes() :: [String.t()]
@type highwater_mark() :: [integer()]
@type t() :: %Kadena.Chainweb.P2P.MempoolRetrieveResponse{
  hashes: hashes(),
  highwater_mark: highwater_mark()
}