read_storage_at

Function read_storage_at 

Source
pub fn read_storage_at<D: Database>(
    state: &mut State<D>,
    account: Address,
    slot: U256,
) -> U256
Expand description

Reads a storage slot from an arbitrary account, checking cache -> bundle -> database.