Executes the redeemers of a transaction in order to compute how many execution units are needed for each, without submitting the transaction to the chain and without requiring the transaction to be fully-valid.
Useful during transaction building to compute what budget should be used for each redeemer.
Note that all transaction inputs and reference inputs must be able to be resolved (we must be able to find the contents of that UTxO by finding the UTxO on-chain) in order to evaluate the transaction. If your transaction contains any inputs which may not be found on-chain at the time of evaluation, for example if you are transaction chaining, then you must pass in these inputs and their corresponding transaction output bytes as additional UTxOs.
Project API Key
Details of executed redeemers
The response is of type object[]
.