Function cfx_executor::stack::accrue_substate
source · pub fn accrue_substate(substate: &mut Substate, result: &mut FrameResult)
Expand description
A helper function which extract substate from FrameResult
if applicable
and merges it to the parent function.