Overview
How It Works
Use Cases
Router Contract
// Borrow tokens. Pass an array of (token, amount) pairs.
function borrow((address token, uint256 amount)[] loans) external;
// Call at the end of your bundle to repay all borrowed tokens.
function repay() external;Bundle Lifecycle
Constraints
Related API
Method
Description
Last updated
