pub(crate) fn journaled_account<'a>(
ecx: &'a mut InnerEvmContext<&'_ mut (dyn DatabaseExt + '_)>,
addr: Address,
) -> Result<&'a mut Account>
Expand description
Ensures the Account
is loaded and touched.
pub(crate) fn journaled_account<'a>(
ecx: &'a mut InnerEvmContext<&'_ mut (dyn DatabaseExt + '_)>,
addr: Address,
) -> Result<&'a mut Account>
Ensures the Account
is loaded and touched.