bitcoin-elixir v0.0.2 Bitcoin.Protocol.Messages.NotFound
notfound is a response to a getdata, sent if any requested data items could not be relayed, for example, because the requested transaction was not in the memory pool or relay set.
https://en.bitcoin.it/wiki/Protocol_specification#notfound
Summary
Types
t()
t() :: %Bitcoin.Protocol.Messages.NotFound{inventory_vectors: [Bitcoin.Protocol.Types.InventoryVector.t]}