extract_transaction_index

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.