simulateTransaction
Simulates sending a transaction.
Path parameters
apiKey
Request
This endpoint expects an object.
Transaction
The transaction to simulate, as an encoded string.
Configuration
Optional configuration object containing additional options.
Response
The result of simulating the transaction.
err
Error if the transaction failed, null if succeeded.
logs
Log messages output during execution.
accounts
Array of account information.
unitsConsumed
Compute budget units consumed.
returnData
innerInstructions
Inner instructions if innerInstructions
is true.