consent-record
SP2F500B8DTRK1EANJQ054BRAB8DDKN6QCMXGNFBTSource Code
(define-map consent principal uint)
(define-public (consent-now)
(begin
(map-set consent tx-sender burn-block-height)
(ok true)
)
)
(define-read-only (has-consented (user principal))
(is-some (map-get? consent user))
)
Functions (2)
| Function | Access | Args |
|---|---|---|
| consent-now | public | |
| has-consented | read-only | user: principal |