hello-world
SPTCSBVXZ6KNV7JEMHAV7KJM9183VAP31053H0R4Source Code
(define-public (say-hi)
(ok "hello world its albi.btc"))
(define-read-only (echo-number (val int))
(ok val))Functions (2)
| Function | Access | Args |
|---|---|---|
| say-hi | public | |
| echo-number | read-only | val: int |