mirror of
https://github.com/zhigang1992/liquid-stacking.git
synced 2026-01-12 17:23:23 +08:00
12 lines
221 B
Plaintext
12 lines
221 B
Plaintext
|
|
;; 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))
|
|
)
|
|
)
|
|
|