utils library Null safety

Functions

concatUint8List(Iterable<Uint8List> list) Uint8List
decodeBigInt(Uint8List bytes) BigInt
encodeBigInt(BigInt number) Uint8List
encodeFloat64(double number) Uint8List
encodeInt32(int number) Uint8List
hexToUint8List(String hexString) Uint8List
isHex(String inputString) bool
uint8ListToHex(Uint8List bytes) String