Skip to main content

journaled_account

Function journaled_account 

Source
pub(crate) fn journaled_account<CTX: ContextTr<Db: DatabaseExt, Journal: JournalExt>>(
    ecx: &mut CTX,
    addr: Address,
) -> Result<&mut Account>
Expand description

Ensures the Account is loaded and touched.