pub fn transaction_to_events(
block_timestamp: UnixTime,
tx: Cow<'_, TransactionMined>,
) -> Vec<AccountTransfers>
Expand description
Converts a mined transaction into multiple account transfers events to be published.
pub fn transaction_to_events(
block_timestamp: UnixTime,
tx: Cow<'_, TransactionMined>,
) -> Vec<AccountTransfers>
Converts a mined transaction into multiple account transfers events to be published.