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
You need to split these in two, V1 and V2 PMintingValue implies mandatory zero ADA and non-zero everything else, V3 PMintingValue implies no ADA entry at all, and everything else non-zero
Instead of the current tag-driven system, we would have something like this:
PUnsortedMap
PSortedMap
PMintingValue
(implies sorted, no mandatory Ada)PLedgerValue
(implies sorted, mandatory Ada)PRawValue
(no guarantees)The text was updated successfully, but these errors were encountered: