tweag / cooked-validators

MIT License
39 stars 11 forks source link

UtxoState revision #327

Closed gabrielhdt closed 1 year ago

gabrielhdt commented 1 year ago

A slight review of the module UtxoState. Mainly

  1. Provide the function holdsInState :: Address -> UtxoState -> Value
  2. Outdate the "to do": replace Plutus V1 things by Plutus V2 ones
  3. Clarify (subjectively) some comments
  4. Expose the types in the API but hides constructors.