@param {string} value @returns {Buffer}
// ignore: non_constant_identifier_names Uint8List hash_string(String value) { return sha256Chunks([value.plainToU8a().buffer]); }