pub fn get_expected_storage_hashed_keys(
    custom_heap_pages: bool
) -> Vec<&'static str>
Expand description

Provides the commented list of hashed keys. This contains a hard-coded list of hashed keys that would be generated by generate_expected_storage_hashed_keys. This list is provided for the debugging convenience only. Value of each hex-string is documented with the literal origin.

custom_heap_pages: Should be set to true when the state contains the :heap_pages key aka when overriding the heap pages to be used by the executor.