add HasParameterisedGenerator and wire tests up

This commit is contained in:
Emily Martins 2022-03-18 15:23:07 +01:00
parent 060e46814a
commit 93acd81e79
4 changed files with 107 additions and 14 deletions

View file

@ -47,7 +47,7 @@ data MultiSig = MultiSig
-- ^ List of PubKeyHashes that must be present in the list of signatories.
, minSigs :: Integer
}
deriving stock (GHC.Generic)
deriving stock (GHC.Generic, Eq, Show)
deriving anyclass (Generic)
PlutusTx.makeLift ''MultiSig