notificationss
SP2F500B8DTRK1EANJQ054BRAB8DDKN6QCMXGNFBTSource Code
;; Simple Notify for 30-contract batch
(define-public (signal (code uint))
(begin
(print code)
(ok true)))
Functions (1)
| Function | Access | Args |
|---|---|---|
| signal | public | code: uint |