bitcoin-elixir v0.0.1 Bitcoin.Protocol.Types.NetworkAddress
Network address type from the Bitconi protocol ( https://en.bitcoin.it/wiki/Protocol_documentation#Network_address )
It appears in two variations. When exchanging info about peers (Addr message) it includes the time field. But when it appears in the Version message, the time field is ommitted. That’s why we have parese and parse_version functions.