menu
aptos_sdk_dart package
documentation
hex_string.dart
HexString
toBytes method
toBytes method
dark_mode
light_mode
toBytes
method
Uint8List
toBytes
(
)
Implementation
Uint8List toBytes() { return Uint8List.fromList(hex.decode(noPrefix())); }
aptos_sdk_dart package
documentation
hex_string
HexString
toBytes method
HexString class