stellar_flutter_sdk
stellar_flutter_sdk
Util
hexToBytes method
hexToBytes
stellar_flutter_sdk
stellar_flutter_sdk
Util
hexToBytes method
Util class
Constructors
Util
Properties
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Static methods
bytesToHex
hash
hexToBytes
paddedByteArray
paddedByteArrayString
paddedByteArrayToString
hexToBytes
method
Uint8List
hexToBytes
(
String
s
)
Returns bytes from hex
s
.
Implementation
static Uint8List hexToBytes(String s) { return hex.decode(s); }