sui_devInspectTransactionBlock
Runs a transaction in dev-inspect mode. This allows testing nearly any transaction with any arguments. Detailed results are provided, including execution effects and return values. Note: gas is not charged, but usage is calculated.
Path parameters
apiKey
Request
This endpoint expects an object.
sender_address
The address that initiates the dev inspect transaction.
tx_bytes
Base64-encoded BCS transaction kind (excluding gas info).
gas_price
Simulated gas price to be used during dev inspect (gas is not deducted).
epoch
The epoch context in which to perform the inspection.
Response
Simulated transaction inspection result.
effects
The simulated effects of the transaction.
events
Events that would be emitted if the transaction were run.
error
Execution error message, if any.
results
Return values and execution results for Move calls.