Creates an EIP-2930 access list that specifies which addresses and storage keys a transaction will access, helping optimize gas usage and reduce out-of-gas errors.
eth_createAccessList:params[0]: Transaction call object used to simulate the access list.params[1]: Block identifier: number, block hash, or tag (“latest”, “earliest”, “pending”, “safe”, or “finalized”).