eth_createAccessList
Generates an access list for a transaction.
Path parameters
apiKey
Request
This endpoint expects an object.
Transaction
The transaction object for which to generate an access list.
Block
The block number or tag at which to create the access list. Defaults to 'latest'
if not provided.
Response
An object containing the access list and gas used for the transaction.
accessList
The generated access list for the transaction.
error
Any error encountered during access list generation.
gasUsed
The estimated gas used for the transaction with the access list, as a hexadecimal string.