You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all the minting script object is loaded from the CBOR of the script.
When I use QuickTx, the TX built, that is correct and passes offchain validation (I haven't submitted it yet onchain!), contains the CBOR of the minting script despite the Ref Input for such script is already present.
I would like to request 2 enhancements:
the minting script should not require the actual CBOR of the script to be available, in theory, script hash should suffice for quick tx to fetch it, whether required, during validation.
if a ref input for a minting script is available, no minting script CBOR should be added to the tx body (I think in the witnesses section)
Hope this makes sense, and as usual great work in this amazing library.
🙏
The text was updated successfully, but these errors were encountered:
Hello team!
I am building a complex ScriptTx similar to:
First of all the minting script object is loaded from the CBOR of the script.
When I use QuickTx, the TX built, that is correct and passes offchain validation (I haven't submitted it yet onchain!), contains the CBOR of the minting script despite the Ref Input for such script is already present.
I would like to request 2 enhancements:
Hope this makes sense, and as usual great work in this amazing library.
🙏
The text was updated successfully, but these errors were encountered: