Source Code


;; SPDX-License-Identifier: BUSL-1.1

(define-trait proposal-trait
	(
		(execute (principal) (response bool uint))
	)
)