menu
dart_libp2p package
documentation
core/peer/peer_id.dart
PeerId
toBytes method
toBytes method
dark_mode
light_mode
toBytes
method
@
override
Uint8List
toBytes
(
)
Implementation
@override Uint8List toBytes() { return Uint8List.fromList(_multihash ?? Uint8List.fromList([])); }
dart_libp2p package
documentation
core/peer/peer_id
PeerId
toBytes method
PeerId class