hello-world
SP25TQZ56PZVMZA1PJ8684645EFR4ZS4D4E9F7KENSource Code
;; hello-world
;; private functions
;;
(define-read-only (echo-number (val int))
(ok val))
;; public functions
;;
(define-public (say-hi)
(ok "hello world"))
Functions (2)
| Function | Access | Args |
|---|---|---|
| echo-number | read-only | val: int |
| say-hi | public |