trait-flash-loan-v1
SP3M2BYF7RGF8WKW5FVDNJ6WR8D7AR9BHDXAKPXZESource 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))
)
)