nova-date-utils
SP2KZ109PC2HRFH8T37ZD8VAQF2DK38RTXQSBK80TSource Code
;; nova-date-utils.clar
;; Date helpers
;; CLARITY VERSION: 2
(define-constant BLOCKS-PER-DAY u144)
(define-read-only (blocks-to-days (blocks uint))
(/ blocks BLOCKS-PER-DAY)
)
Functions (1)
| Function | Access | Args |
|---|---|---|
| blocks-to-days | read-only | blocks: uint |