foundry_evm_traces::decoder

Function reconstruct_params

Source
fn reconstruct_params(event: &Event, decoded: &DecodedEvent) -> Vec<DynSolValue>
Expand description

Restore the order of the params of a decoded event, as Alloy returns the indexed and unindexed params separately.