scalus.cardano.ledger.Timelock
See theTimelock companion enum
object Timelock
Attributes
Members list
Type members
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete methods
Reads a Timelock script from a CBOR encoded byte array
Reads a Timelock script from a CBOR encoded byte array
Value parameters
- cbor
-
The CBOR encoded byte array
Attributes
- Returns
-
The Timelock script
Checks if less-than-equal comparison holds where Nothing is negative infinity
Checks if less-than-equal comparison holds where Nothing is negative infinity
Attributes
- Returns
-
true if i <= j, false if i > j or j is SNothing
Checks if less-than-equal comparison holds where Nothing is positive infinity
Checks if less-than-equal comparison holds where Nothing is positive infinity
Attributes
- Returns
-
true if i <= j, false if i > j or i is SNothing
Givens
Givens
In this article