zks_sendRawTransactionWithDetailedOutput

Executes a transaction and returns its hash, storage logs, and events that would have been generated if the transaction had already been included in the block.

Path parameters

apiKeystringRequiredDefaults to docs-demo

Request

This endpoint expects an object.
datastringRequiredformat: "^0x[a-fA-F0-9]+$"
The signed transaction. Typically, signed with a library such as ethers.js.

Response

Details about the transaction execution
transactionHashstring or nullformat: "^0x[a-fA-F0-9]{64}$"
Hash of the transaction
storageLogslist of objects or null
Storage logs of the transaction