mirror of
https://github.com/zhigang1992/liquid-stacking.git
synced 2026-01-12 17:23:23 +08:00
9 lines
121 B
Plaintext
9 lines
121 B
Plaintext
|
|
;; SPDX-License-Identifier: BUSL-1.1
|
|
|
|
(define-trait proposal-trait
|
|
(
|
|
(execute (principal) (response bool uint))
|
|
)
|
|
)
|