BalancerVault

Git Source

Functions

flashLoan

function flashLoan(address, address[] memory tokens, uint256[] memory amounts, bytes calldata userData) external;

swap

function swap(
    DecoderCustomTypes.SingleSwap memory singleSwap,
    DecoderCustomTypes.FundManagement memory funds,
    uint256 limit,
    uint256 deadline
)
    external
    returns (uint256 amountCalculated);