trait-flash-loan-v1
SP2Q5KYRHR7C07D5H5Y0QMN6K9F9410X1CS0J7YS0Source Code
;; SPDX-License-Identifier: BUSL-1.1
(define-trait flash-loan
(
;; Callback function once the request amount is transferred to contract-caller
(on-granite-flash-loan (uint uint (optional (buff 20480))) (response bool uint))
)
)