menu
iop_sdk package
documentation
crypto.dart
PublicKeyData
toByteData method
toByteData method
dark_mode
light_mode
toByteData
method
ByteData
toByteData
(
)
Implementation
ByteData toByteData() => Uint8List.fromList(utf8.encode(value)).buffer.asByteData();
iop_sdk package
documentation
crypto
PublicKeyData
toByteData method
PublicKeyData class