String hexToString(String value) { try { return u8aToString(hexToU8a(value)); } catch (e) { rethrow; } }