scalus.cardano.ledger.ArbitraryInstances.TimelockGen
Attributes
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Members list
KeyHash generator - simplified implementation assuming KeyHash is a value class wrapping a byte array of fixed length (28 bytes as per Cardano specs)
KeyHash generator - simplified implementation assuming KeyHash is a value class wrapping a byte array of fixed length (28 bytes as per Cardano specs)
Attributes
SlotNo generator - simplified implementation assuming SlotNo is a value class wrapping a Long
SlotNo generator - simplified implementation assuming SlotNo is a value class wrapping a Long
Attributes
Main Timelock generator with controlled recursion depth Uses Gen.sized to ensure termination and reasonable test data
Main Timelock generator with controlled recursion depth Uses Gen.sized to ensure termination and reasonable test data
Attributes