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