-
Notifications
You must be signed in to change notification settings - Fork 483
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot use Int as Datum property type #3161
Labels
Comments
tdiesler
changed the title
Cannot use Int as Datum property
Cannot use Int as Datum property type
May 11, 2021
That's because Plutus uses unbounded integers and there is no point in supporting |
ghost
closed this as completed
May 11, 2021
merci |
How about providing a dummy |
ghost
pushed a commit
that referenced
this issue
May 12, 2021
ghost
pushed a commit
that referenced
this issue
May 12, 2021
ghost
mentioned this issue
May 12, 2021
11 tasks
@effectfully sounds great! I've opened a PR. |
michaelpj
added a commit
that referenced
this issue
May 12, 2021
Suggest to use Integer instead of Int for Data, Lift and Typeable (fix #3161).
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Area
[] Plutus Foundation Related to the GHC plugin, Haskell-to-Plutus compiler, on-chain code
Summary
When I use
Int
as property type in a Datum like this ...I get ...
Could you perhaps clarify the restrictions on data types in Datum properties?
The text was updated successfully, but these errors were encountered: