Event-Logger
SP2F500B8DTRK1EANJQ054BRAB8DDKN6QCMXGNFBTSource Code
;; Contract 13: Event Logger
(define-public (log-action (action-id uint))
(begin
(print { event: "action", id: action-id, user: tx-sender })
(ok true)
)
)Functions (1)
| Function | Access | Args |
|---|---|---|
| log-action | public | action-id: uint |