fresh-loan-provider
SP2F500B8DTRK1EANJQ054BRAB8DDKN6QCMXGNFBTSource Code
;; flash-loan-provider.clar
(define-public (borrow-flash (amount uint))
(begin
(print "flash loan in progress")
(ok true)))
Functions (1)
| Function | Access | Args |
|---|---|---|
| borrow-flash | public | amount: uint |