pub fn load_file( path: &String, address_parser: impl Fn(&str) -> Result<Address, String> ) -> Result<HashMap<AddressWithSpace, U256>, String>