Closed jy14898 closed 1 year ago
https://github.com/blockfrost/openapi/pull/187 introduced the /utils/txs/evaluate endpoint for evaluating script ex units, apparently as a proxy to Ogmios, but this endpoint provides no way to supply the additionalUtxoSet that the Ogmios query accepts: https://github.com/CardanoSolutions/ogmios/pull/181 and https://ogmios.dev/mini-protocols/local-tx-submission/#additional-utxo-set
/utils/txs/evaluate
additionalUtxoSet
The additional utxo set is useful for transaction chaining, as we can build and balance a second transaction, before submitting the first.
https://docs.blockfrost.io/#tag/Cardano-Utilities/paths/~1utils~1txs~1evaluate~1utxos/post
https://github.com/blockfrost/openapi/pull/187 introduced the
/utils/txs/evaluate
endpoint for evaluating script ex units, apparently as a proxy to Ogmios, but this endpoint provides no way to supply theadditionalUtxoSet
that the Ogmios query accepts: https://github.com/CardanoSolutions/ogmios/pull/181 and https://ogmios.dev/mini-protocols/local-tx-submission/#additional-utxo-setThe additional utxo set is useful for transaction chaining, as we can build and balance a second transaction, before submitting the first.