autonomi 0.10.0

Autonomi client API
Documentation
1
2
3
4
5
use crate::Multiaddr;

/// A list of addresses of a peer in the routing table.
#[derive(Clone, Debug, Default)]
pub struct Addresses(pub Vec<Multiaddr>);