Nexera-FiInterfacesBalancer Related InterfacesIVaultGit Source Interface for Balancer's v2 Vault contract. Enums SwapKind enum SwapKind { GIVEN_IN, GIVEN_OUT } Structs BatchSwapStep struct BatchSwapStep { bytes32 poolId; uint256 assetInIndex; uint256 assetOutIndex; uint256 amount; bytes userData; } FunctionsPreviousIUniswapV3PoolNextICompoundCErc20CEther