menu
dart_libp2p package
documentation
core/routing/routing.dart
PubKeyFetcher
getPublicKey abstract method
getPublicKey abstract method
dark_mode
light_mode
getPublicKey
abstract method
Future
getPublicKey
(
PeerId
id
)
GetPublicKey returns the public key for the given peer.
Implementation
Future<dynamic> getPublicKey(PeerId id);
dart_libp2p package
documentation
core/routing/routing
PubKeyFetcher
getPublicKey abstract method
PubKeyFetcher class