Source Code
;; governance-executor.clar
(define-public (execute-proposal (id uint))
(begin
(print {action: "execute", id: id})
(ok true)))
Functions (1)
| Function | Access | Args |
|---|---|---|
| execute-proposal | public | id: uint |
;; governance-executor.clar
(define-public (execute-proposal (id uint))
(begin
(print {action: "execute", id: id})
(ok true)))
| Function | Access | Args |
|---|---|---|
| execute-proposal | public | id: uint |