foundry_evm_traces::debug

Function decode_from_memory

Source
fn decode_from_memory(
    ty: &DynSolType,
    memory: &[u8],
    location: usize,
) -> Option<DynSolValue>
Expand description

Decodes given [DynSolType] from memory.