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
I assume this is already implementable if you do the serialization on-chain, but it would be
wasteful compared to supporting it as a built-in function.
Describe alternatives you've considered
Is it perhaps possible to get the undeserialized datum for an input on-chain?
That would already cover some of the potential use cases.
Additional context / screenshots
Some times you want to be able to compute the hash of a transformation of some
data (e.g. a datum), without storing the transformation in the transaction, in order
to save space.
The text was updated successfully, but these errors were encountered:
Describe the feature you'd like
I assume this is already implementable if you do the serialization on-chain, but it would be
wasteful compared to supporting it as a built-in function.
Describe alternatives you've considered
Is it perhaps possible to get the undeserialized datum for an input on-chain?
That would already cover some of the potential use cases.
Additional context / screenshots
Some times you want to be able to compute the hash of a transformation of some
data (e.g. a datum), without storing the transformation in the transaction, in order
to save space.
The text was updated successfully, but these errors were encountered: