menu
dart_libp2p package
documentation
core/peer/peer_id.dart
PeerId
toBase58 method
toBase58 method
dark_mode
light_mode
toBase58
method
String
toBase58
(
)
Implementation
String toBase58() { // For now, still use the legacy format by default return toString(); }
dart_libp2p package
documentation
core/peer/peer_id
PeerId
toBase58 method
PeerId class