Source Code

(use-trait ft .ft-trait.ft-trait)

(define-trait flash-loan-trait
	(
    (execute (<ft> principal uint) (response bool uint))
	)
)