pub fn bytes_from_hex_string(s: &str) -> Bytes
Decode a hex string into bytes. Mirrors graph-ts Bytes.fromHexString(). Accepts with or without 0x/0X prefix. Panics on invalid hex input — matches graph-ts strict behavior.
Bytes.fromHexString()
0x
0X