Thank you very much for your work on Aiken. It cannot be stated how much I appreciate you trying to make development on Cardano more approachable.
Describe what the problem is?
The documentation for the gift card example uses a module that doesn't appear in the newest version of the standard library.
What should be the expected behavior?
I assume there is a new module or function that replaces the logic of the value.from_minted_value & value.tokens(policy_id)? I would offer a PR to fix this issue, but I'm very new to Cardano smart contract development and not sure if it is even an issue or maybe I made a mistake.
First
Thank you very much for your work on Aiken. It cannot be stated how much I appreciate you trying to make development on Cardano more approachable.
Describe what the problem is?
The documentation for the gift card example uses a module that doesn't appear in the newest version of the standard library.
What should be the expected behavior?
I assume there is a new module or function that replaces the logic of the
value.from_minted_value
&value.tokens(policy_id)
? I would offer a PR to fix this issue, but I'm very new to Cardano smart contract development and not sure if it is even an issue or maybe I made a mistake.