menu
polkadart package
documentation
scale_codec.dart
Input
toHex method
toHex method
dark_mode
light_mode
toHex
method
String
toHex
(
)
Get the hex string of the buffer
Implementation
String toHex() { return encodeHex(buffer); }
polkadart package
documentation
scale_codec
Input
toHex method
Input mixin