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
Currently, the output builder provides a with_data_hash function. This is all you need for the majority of use cases, but in some cases people may want to provide the full Plutus datum into the transaction witness even though it only shows up in the output (communication datum)
We should enable this as a possibility while also making it clear from the function name that this isn't the usual way to do it.
The text was updated successfully, but these errors were encountered:
Isn't this already possible by calling add_plutus_datum in the TransactionWitnessSetBuilder ?, my project is one of those such cases in which the validator needs both the full current and the next datum values (to enforce state transition rules on the datum data).
I am looking to migrate to this library from the serialization lib, I was hoping this was already supported.
Currently, the output builder provides a with_data_hash function. This is all you need for the majority of use cases, but in some cases people may want to provide the full Plutus datum into the transaction witness even though it only shows up in the output (communication datum)
We should enable this as a possibility while also making it clear from the function name that this isn't the usual way to do it.
The text was updated successfully, but these errors were encountered: