ontology_dart_sdk
common
Convert
hexStrToBytes method
hexStrToBytes
Convert class
Constructors
Convert
Properties
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Static methods
base64ToBytes
bigIntToBytes
bytesToBase64
bytesToBigInt
bytesToHexStr
bytesToStr
hexStrToBigInt
hexStrToBytes
hexStrToStr
strToBytes
hexStrToBytes method
Uint8List
hexStrToBytes
(
String
str
)
Implementation
static Uint8List hexStrToBytes(String str) { return Uint8List.fromList(hex.decode(str)); }