peerstore property

  1. @override
Peerstore get peerstore
override

Returns the internal peerstore This is useful to tell the dialer about a new address for a peer. Or use one of the public keys found out over the network.

Implementation

@override
Peerstore get peerstore => _peerstore;