Function extract_transaction_index

Source
pub fn extract_transaction_index(log: &Log) -> Result<u32>
Expand description

Extracts the transaction index from a log entry

§Errors

Returns an error if the transaction index is not present in the log.