Parameters
string
default:"1112"
required
Unique identifier for a blockchain network.
number
default:1
required
Request identifier used to match responses.
string
default:"2.0"
required
JSON-RPC version.
string
default:"eth_createAccessList"
required
JSON-RPC method name.
object
required
Parameters: [transaction call object, block identifier]Positional parameters for
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”).
Returns
object
Access list and estimated gas usage.