strategy-trait
SM26NBC8SFHNW4P1Y4DFH27974P56WN86C92HPEHHSource Code
;; SPDX-License-Identifier: BUSL-1.1
(define-trait strategy-trait
(
(execute ((buff 2048)) (response uint uint))
(refund ((buff 2048)) (response uint uint))
(get-amount-in-strategy () (response uint uint))
)
)