Report the id of this peer.
(&self)
| 63 | |
| 64 | /// Report the id of this peer. |
| 65 | pub fn id(&self) -> NodeId { |
| 66 | self.id |
| 67 | } |
| 68 | |
| 69 | /// Report the number of seconds after the UNIX epoch when this entry is no longer valid. |
| 70 | pub fn expiration(&self) -> u64 { |
no outgoing calls