Skip to main content

qc_call

Executes a message call immediately without creating a transaction on the blockchain. Commonly used to read data from smart contracts. The transaction call object supports these fields:
The data field above is an ABI-encoded balanceOf(address) call. Use cast calldata or an ABI encoder to build these.

qc_createAccessList

Creates an EIP-2930 access list for a transaction. The access list identifies storage slots and addresses the transaction will access, which can reduce gas costs.