Source Code


;; SPDX-License-Identifier: BUSL-1.1

(define-trait proxy-trait
	((proxy-call ((buff 2048)) (response bool uint)))
)