menu
solana_mobile_common package
documentation
utils/convert.dart
hexDecode function
hexDecode function
dark_mode
light_mode
hexDecode
function
Uint8List
hexDecode
(
String
encoded
)
Implementation
Uint8List hexDecode(final String encoded) => hex.decode(encoded);
solana_mobile_common package
documentation
utils/convert
hexDecode function
convert library