Module

Ctl.Internal.Contract.WaitUntilSlot

#waitUntilSlot

waitUntilSlot :: Slot -> Contract Tip

The returned slot will be no less than the slot provided as argument.

#waitNSlots

waitNSlots :: BigNum -> Contract Tip

Wait at least offset number of slots.

#currentSlot

#currentTime

currentTime :: Contract POSIXTime

Get the latest POSIXTime of the current slot.

Modules