Function sload_with_account
pub fn sload_with_account<DB, ENTRY>(
account: &mut Account,
db: &mut DB,
journal: &mut Vec<ENTRY>,
transaction_id: usize,
address: Address,
key: Uint<256, 4>,
skip_cold_load: bool,
) -> Result<StateLoad<Uint<256, 4>>, JournalLoadError<<DB as Database>::Error>>where
DB: Database,
ENTRY: JournalEntryTr,Expand description
Loads storage slot with account.