utils/convert library
Imports
Constants
Functions
-
base58Decode(
String encoded) → Uint8List -
base58Encode(
Uint8List input) → String -
hexDecode(
String encoded) → Uint8List -
hexEncode(
Uint8List input) → String -
listDecode<
T, U> (Iterable< U> items, JsonRpcParser<T, U> parse, {bool growable = false}) → List<T> -
listEncode(
List< Serialisable> items, {bool growable = false}) → List<Map< String, dynamic> >