Action Module
The Action module allows you to perform actions such as borrowing assets and repaying loans.
Last updated
The Action module allows you to perform actions such as borrowing assets and repaying loans.
Last updated
To borrow assets using the SDK, use the borrow
function from the action
module:
To repay a borrowed loan, use the repay
function from the action
module:
Refer to the Action Module documentation for more details on the borrow
and repay
functions.