pub fn read_txi_from_bytes(bytes: &[u8]) -> Result<Txi, TxiError>
Reads TXI data from bytes.
The same as read_txi_from_bytes_with_options under the default options.
read_txi_from_bytes_with_options