TimeExpire

scalus.cardano.ledger.Timelock.TimeExpire
final case class TimeExpire(lockExpire: SlotNo)

Members list

Value members

Inherited methods

def evaluate(validatorKeys: Set[AddrKeyHash], interval: ValidityInterval): Boolean

Evaluates a Timelock script against a set of validator keys and a validity interval

Evaluates a Timelock script against a set of validator keys and a validity interval

Value parameters

interval

The transaction validity interval

validatorKeys

Set of validator key hashes

Attributes

Returns

true if the script evaluates to true, false otherwise

Inherited from:
Timelock
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def toCbor: Array[Byte]

Attributes

Inherited from:
Timelock

Inherited fields

Attributes

Inherited from:
Timelock
lazy val show: String

Attributes

Inherited from:
Timelock