menu
dart_libp2p package
documentation
core/peer/peer_id.dart
PeerId
decode static method
decode static method
dark_mode
light_mode
decode
static method
PeerId
decode
(
String
s
)
Implementation
static PeerId decode(String s) => PeerId(_parseStringToMultihash(s));
dart_libp2p package
documentation
core/peer/peer_id
PeerId
decode static method
PeerId class